Skip to content

Commit 2f32188

Browse files
author
Eugene Polevikov (DevExpress)
committed
Upd
1 parent 55f1972 commit 2f32188

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-stored-procedure.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,15 @@ This tutorial demonstrates how to bind a report to a stored procedure provided b
3636
The following image demonstrates the **Data Preview** displaying the resulting data sample. Click **Close** to exit the preview.
3737

3838
![](../../../../images/eurd-win-data-source-wizard-stored-procedure-preview.png)
39+
40+
If a stored procedure returns multiple result tables, the Data Preview window displays a drop-down list with all these tables, so you can choose and preview any of them.
41+
42+
Image goes here...
43+
44+
If a stored procedure accepts query parameters, the procedure is executed with the following parameter values when you click Preview:
45+
46+
* If a query parameter value is static, this static value is used.
47+
* If a query parameter value is an expression, the value of this expression is used.
48+
* If a query parameter is mapped to a report parameter, the default value of this report parameter is used.
3949

4050
Click **Finish** to exit the wizard.

0 commit comments

Comments
 (0)