If you want to add an ADO.NET dataset as a report data source, you would need to implement your own data processing extension. There's an example for a simple implementation documented here in "Using an ADO.NET DataSet as a Reporting Services Data Source" (published a couple of years ago, but you can still upgrade the code files in Visual Studio 2005 and compile and run this): http://msdn.microsoft.com/data/archive/default.aspx pull=/library/en-us/dnsql2k/html/rsdsetex3.asp
Using Datasets
justinv
There are several options:
Do you know about the reportviewer winform and asp.net controls that report off ADO.NET DataTables
http://msdn2.microsoft.com/en-us/library/ms251671.aspx
If you want to add an ADO.NET dataset as a report data source, you would need to implement your own data processing extension. There's an example for a simple implementation documented here in "Using an ADO.NET DataSet as a Reporting Services Data Source" (published a couple of years ago, but you can still upgrade the code files in Visual Studio 2005 and compile and run this):
http://msdn.microsoft.com/data/archive/default.aspx pull=/library/en-us/dnsql2k/html/rsdsetex3.asp
To support a broader range of Reporting Services functionality, you need to understand the difference between a wrapper for a .NET data provider and a Reporting Services data processing extension. See if these links help:
http://msdn2.microsoft.com/en-us/library/ms159219(SQL.90).aspx
http://msdn2.microsoft.com/en-us/library/ms154655.aspx
--
Download the latest Books Online update:
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
This posting is provided "AS IS" with no warranties, and confers no rights.