Hi,
This is my first time using REporting Services, and I'm also a newbie with SQL Server 2000.
Is it possible to set the dataset of a report using a stored procedure?
I have a webform that provides a dropdown list of possible order numbers to generate a report on. When the "view report" button is clicked, i would like to kick off a stored procedure using the selected order# as an input parameter, and use the resulting table dataset as the datasource of the report.
thanks!
This is my first time using REporting Services, and I'm also a newbie with SQL Server 2000.
Is it possible to set the dataset of a report using a stored procedure?
I have a webform that provides a dropdown list of possible order numbers to generate a report on. When the "view report" button is clicked, i would like to kick off a stored procedure using the selected order# as an input parameter, and use the resulting table dataset as the datasource of the report.
thanks!