Skip to main content
A newer version of this page is available. .

Stored Procedures

If the Entity Framework context contains stored procedures, the following Data Source Wizard page will be invoked after specifying the required context.

EF_AddStoredProcedurePage

Click the Add button and select the required stored procedures to add to the data source.

EF_SelectStoredProcedures

Finally, specify the Value passed as a stored procedure parameter. Click the Preview… button to preview data returned by the stored procedure call.

EF_ConfigureProcedureParameters

As an alternative, enable the Expression check box to invoke the Expression Editor dialog for specifying the required expression or select an existing dashboard parameter to use it as a stored procedure parameter.

Click Finish to create the data source.