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 'CustOrdersOrders' 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