问题
I am using Stand alone Report Designer tool of Telerik. This creates a .trdx file. Now, on button click i want to show this report using ReportViewer. is it possible in WPF application?
View Report Designer
Help Appreciated!
回答1:
Report Designer != ReportViewer. You should use one of Telerik's ReportSources to set your .trdx file as source and assign that ReportSource to the WPF ReportViewer. Check the following links:
- http://www.telerik.com/help/reporting/report-sources.html
- http://www.telerik.com/help/reporting/standalone-report-designer-display-report-viewer.html
来源:https://stackoverflow.com/questions/16792638/how-to-open-telerik-report-file-trdx-file-in-wpf-using-c