I want to be able to supply the data for Reporting Services to use to generate a report (for example an XML Serialized object, but it doesn’t have to be). Is this possible? If so, how would I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can bind all sorts of things to the datasource property of the report viewer control.
The server always uses the data source that is defined in the report itself. So, if you have to use the report server, you have to funnel any dynamic data through the database.