Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 sending xml data/dataset to reporting service

Author  Topic 

aspnet71
Starting Member

1 Post

Posted - 2009-03-18 : 15:33:28
Hi

I'm using a asp.net gridview to render the search results. I want to print the grid on a PDF. For this, I would like to send xml data from asp.net client to the report services. What I understand is while setting the XML as datasource for rdl, it expects the xml document to be in a http path.

Is there a way to send XMLDocument from client to report server, bind the data and then print it? It is possible in crystal report to bind ado.net datasets, but I feel the same functionality is missing in reporting services.

I understand I can print the results through report viewer control. Is there any limitation in using the report viewer control?

Thanks
   

- Advertisement -