Bind to a Stored Procedure
This wizard step appears only if you're creating a new report from scratch. In this instance, familiarity with database connections is required, so we recommend that you contact your application administrator or vendor for assistance. If you're modifying an existing report, this step will not appear and you will start with the Choose Columns to Display in Your Report wizard page.
Purpose
Bind to a stored procedure provided by an Entity Framework data context.
Page Interface
To bind to a stored procedure, do the following.
-
Select a stored procedure in the list and click Next.
-
Configure the parameters to be passed to the selected stored procedure. Make sure that the value of the passed parameter's Type property corresponds to the actual type the stored procedure parameter.
Click Next to proceed to the next wizard page: Choose Columns to Display in Your Report.