Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the simplest way to add a simple RDLC report in WPF
after a lot of work I came to know about following things that are required to generate a report(RDLC) in WPF.
- A report ( myreport.rdlc ) file.
- A report viewer ( in case of WPF, winform report viewer will be used to host rdlc report)
- ReportDataSource for report ( I'm not using any database ,I want to print simple text on report)
- A DataSet for the ReortDataSource.

What I have tried:

This is what is get after a lot of struggle on Internet. Can some refer me to simple article or video tutorial about how use all these components in order to generate a report.
there is a couple of articles on Internet but I couldn't find a single one perfect.
Posted
Updated 1-Sep-18 10:36am

1 solution

 
Share this answer
 
Comments
Ammar Shaukat 1-Sep-18 17:58pm    
I've gone through that already. they are using database , I don't want to use database .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900