Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1935
"Sending" data to a report in a ClassLibrary
posted

I have created a ClassLibrary called Reporting. I have placed all of my reports in this ClassLibrary, and now I would like to display these reports with some data.

I have read about the ReportDataSourceProvider, but I find it very hard to understand without a complete example on how to set the DataSource of a specific report. I would especially like to know if this is possible across two assemblies?

Does such an example exist?