Answered by:
Report Viewer in WPF Windows application

Question
-
How to implement Report viewer in WPF windows application ?
Sample source code will be appricated.
Thanks,
Malarvannan MWednesday, May 27, 2009 5:05 PM
Answers
-
Hello Malarvannan,
In additon to Krishna's,
Here is a sample code:
http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/4bbb9baf-6b0c-4a9f-a81e-6597a275338e/
Thanks.
Please mark the replies as answers if they help and unmark them if they provide no help- Marked as answer by Hua Chen Monday, June 1, 2009 3:52 AM
Friday, May 29, 2009 6:07 AM -
All replies
-
Hi,
I have created reports using SQL Server Express Edition 2005 - Reporting Services and integrated with classic Windows appllication with Report Viewer, but I am unable to do the same in WPF - Windows application.
Can any one help me to implement the same in WPF - Windows application ?
Thanks,
Malarvannan M- Merged by Hua Chen Monday, June 1, 2009 3:54 AM dup thread
Wednesday, May 27, 2009 1:37 PM -
-
Hello Malarvannan,
In additon to Krishna's,
Here is a sample code:
http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/4bbb9baf-6b0c-4a9f-a81e-6597a275338e/
Thanks.
Please mark the replies as answers if they help and unmark them if they provide no help- Marked as answer by Hua Chen Monday, June 1, 2009 3:52 AM
Friday, May 29, 2009 6:07 AM -
Excellent link...
But instead of list, I have bind a dataset to the datasource.
Tell me how to map the RDL file field mapping?
Thanks,
Malarvannan MFriday, May 29, 2009 9:22 AM -
Hello Malarvannan,
But instead of list, I have bind a dataset to the datasource. Tell me how to map the RDL file field mapping?
You can post the question at http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices
Good luck.
Please mark the replies as answers if they help and unmark them if they provide no helpMonday, June 1, 2009 3:52 AM -
Hi,
I have sucessfully created reports with WPF, SQL Server 2005 Express edition and dynamically bind the dataset in to the generated RDL file.
Thanks for your wonderful support.
Thanks,
Malarvannan MMonday, June 8, 2009 1:15 PM