This example demonstrates how to bind a report to a stored procedure provided by a Sql Data Source. It also shows how to map report parameters to stored procedure parameters.
In this example, a report is bound to the 'CustOrderHist' stored procedure (the Northwind data base) with the 'CustomerID' parameter.
Refer to the How to: Bind a Report to a Stored Procedure documentation for additional details.
See also:
Parameters Overview
How to create a Master-Detail Report in an ASP.NET using subreports that are populated with data via stored procedures
In this example, a report is bound to the 'CustOrderHist' stored procedure (the Northwind data base) with the 'CustomerID' parameter.
Refer to the How to: Bind a Report to a Stored Procedure documentation for additional details.
See also:
Parameters Overview
How to create a Master-Detail Report in an ASP.NET using subreports that are populated with data via stored procedures