4 Answers, 1 is accepted
http://www.telerik.com/help/reporting/programmatic-xml-serialization.html
That link does not have the text ReportViewer in it.
How do I link the xml to the ReportViewer component?
Hi Paul,
The TRDX file is a pure XML, so you may save your XML to a TRDX file and pass a reference to it from the viewer through the UriReportSource Uri property.
Another option is to utilize XmlReportSource. In its Xml property, you may specify the XML of the report definition. If you use Html5 Viewer or another viewer that requires a Reporting REST Service, you will need to create a Custom Report Source resolver. The reason is that we provide built-in resolvers only for the UriReportSource and the TypeReportSource for these viewers.
You can find such info in the respective topics depending on which report viewer you utilize e.g.: How to: Add report viewer to a web page.
Kind regards,
Steve
the Telerik team
BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >