c# - Anyway to load RDL report content into a WPF FlowDocument or similar? -


I would like to know if someone has created the RDL report (running in Reporting Services), and load it into a WPF Component such as flow document.

Since RDL is just an XML, there is probably a way to parse the result and avoid using this WindowsFS hosts to use Report Viewer Control.

In fact, it is good to have another control instead of this report viewer within the WindowsFormsHost integration.

Thank you!

RDL XML, but very complex XML is what you want originally in ReportViewer WPF written.

One thing that flows in the mind requests the report directly from the server and captures the returned HTML, and can embed HTML in a WPF control that it can present. But I have never done that.

Generally, so far, reporting services and WPF / Silverlight are not a good solution to mix.


Comments