简体   繁体   中英

How to make .rdlc report with C#/WPF

I want to know how to generate reports in WPF app. I found some tutorial in MSDN . They say that i need to add new reference to Microsoft.ReportViewer.WinForms , but I don't have such thing on list. I want to design report in Visual Studio and open it with code.

Go to project -> Add -> References. Then in the search bar search for Microsoft.ReportViewer.WinForms. This will allow you to add a report viewer which will display the form you create.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM