How to open Telerik Report File .trdx file in WPF using C#?

流过昼夜 提交于 2019-12-10 12:35:00

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!