Skip to content

Commit 5397a17

Browse files
author
Eugene Polevikov (DevExpress)
committed
Upd
1 parent 11fb527 commit 5397a17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ This tutorial demonstrates how to bind a report to a stored procedure provided b
3737

3838
![](../../../../images/eurd-win-data-source-wizard-stored-procedure-preview.png)
3939

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

4242
![](../../../../images/stored-procedure-with-multiple-data-tables-preview.png)
4343

44-
If a stored procedure accepts query parameters, the procedure is executed with the following parameter values when you click Preview:
44+
If a stored procedure accepts query parameters, the procedure is executed with the following parameter values when you click **Preview**:
4545

4646
* If a query parameter value is static, this static value is used.
4747
* If a query parameter value is an expression, the value of this expression is used.
4848
* If a query parameter is mapped to a report parameter, the default value of this report parameter is used.
4949

50-
Click **Finish** to exit the wizard.
50+
Click **Finish** to exit the wizard.

0 commit comments

Comments
 (0)