Bind to a Stored Procedure

Note

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.

Expanded Purpose

Bind to a stored procedure provided by an Entity Framework data context.

Expanded Page Interface

To bind to a stored procedure, do the following.

  1. Select a stored procedure in the list and click Next.

  2. 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.