Hi all, just recently implemented "dataset extension" for SQLSERVER reporting services. Got most of the ideas from a book called Microsoft Reporting Services in action (Teo Lachev.
The way the dataset extension is implemented in my shop allows programmers to programatically create ADO.NET datasets and "pass" the dataset to the reportingservices web service.
This allows us much freedom and flexibility because now we can report on ANY data and are not constrained to using a sql query or stored procedure only.
Check it out, opens up a whole new amount of possibilities.
Gilbert M. Vanegas
Programmer Analyst III
County of San Bernardino - ISD
Email : gvanegas@isd.sbcounty.gov
The way the dataset extension is implemented in my shop allows programmers to programatically create ADO.NET datasets and "pass" the dataset to the reportingservices web service.
This allows us much freedom and flexibility because now we can report on ANY data and are not constrained to using a sql query or stored procedure only.
Check it out, opens up a whole new amount of possibilities.
Gilbert M. Vanegas
Programmer Analyst III
County of San Bernardino - ISD
Email : gvanegas@isd.sbcounty.gov