Skip to content

Commit 9a92149

Browse files
author
epolevikov
committed
Upd
1 parent e25a37b commit 9a92149

File tree

21 files changed

+31
-109
lines changed

21 files changed

+31
-109
lines changed

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/provide-interactivity/edit-content-in-print-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The sections below provide information about options these controls expose. You
3636
* Changes made to a control's content in Print Preview does not effect the document's other parts (for example, summary results, grouping, sorting, bookmarks and other settings that were processed before the document was generated).
3737
* A control's **Can Grow** setting is ignored for editable fields. The edited area cannot exceed the control's original dimensions.
3838
* Multi-line values can only be entered when no mask is applied to an editable field.
39-
* Values entered into editable fields are reset after the document is refreshed (for example, when you submit [report parameter](..\use-report-parameters.md) values or expand/collapse data in a [drill-down report](create-drill-down-reports.md)).
39+
* Values entered into editable fields are reset after the document is refreshed (for example, when you submit [report parameter](../use-report-parameters.md) values or expand/collapse data in a [drill-down report](create-drill-down-reports.md)).
4040
* It is not possible to edit content in bands if their **DrillDownControl** property is specified.
4141
* The entered values are not preserved in the Top Margin and Bottom Margin bands when the report is exported as a single file to the following formats:
4242

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/expression-syntax.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Below is a list of functions that are used to construct [expression bindings](da
344344
</td><td><p>Argb(1,200, 30, 200)</p>
345345
<p>Result: <em>&#39;1,200,30,200&#39;</em></p>
346346
</td></tr><tr><td><p>Join()</p>
347-
</td><td><p>Concatenates the <a class="xref" href="..\use-report-parameters\multi-value-report-parameters.md">multi-value report parameter</a>&#39;s values into a string. This function is useful when you <a class="xref" href="..\use-report-parameters.md">bind a multi-value parameter to a label</a> to display the parameter&#39;s values in a report.</p>
347+
</td><td><p>Concatenates the <a class="xref" href="../use-report-parameters/multi-value-report-parameters.md">multi-value report parameter</a>&#39;s values into a string. This function is useful when you <a class="xref" href="../use-report-parameters.md">bind a multi-value parameter to a label</a> to display the parameter&#39;s values in a report.</p>
348348
<p>This function has two overloads:</p>
349349
<ul>
350350
<li>Join(parameter) - concatenates the specified parameter&#39;s values using comma as a separator.</li>
@@ -366,7 +366,7 @@ The following functions are specific for [binding reports to a stored procedure]
366366
</th><th><p>Description</p>
367367
</th><th><p>Example</p>
368368
</th></tr><tr><td><p>Join()</p>
369-
</td><td><p>Concatenates the <a class="xref" href="..\use-report-parameters\multi-value-report-parameters.md">multi-value report parameter</a>&#39;s values into a string. This function can be used when mapping multi-value report parameters to query parameters generated from a stored procedure&#39;s parameters. Refer to the <a class="xref" href="../bind-to-data/specify-query-parameters.md">Specify Query Parameters</a> topic for more information.</p>
369+
</td><td><p>Concatenates the <a class="xref" href="../use-report-parameters/multi-value-report-parameters.md">multi-value report parameter</a>&#39;s values into a string. This function can be used when mapping multi-value report parameters to query parameters generated from a stored procedure&#39;s parameters. Refer to the <a class="xref" href="../bind-to-data/specify-query-parameters.md">Specify Query Parameters</a> topic for more information.</p>
370370
<p>This function has two overloads:</p>
371371
<ul>
372372
<li>Join(parameter) - concatenates the specified parameter&#39;s values using comma as a separator.</li>
@@ -506,12 +506,12 @@ Use the following variables in an expressions to change a [Cross Tab](../use-rep
506506
507507
## Use Report Parameters
508508

509-
Use the following syntax to insert [report parameters](..\use-report-parameters.md) in an expression:
509+
Use the following syntax to insert [report parameters](../use-report-parameters.md) in an expression:
510510

511511
* Type a question mark before a parameter's name.
512512

513513
*?parameter1*
514-
* (*Obsolete approach*) Use the "Parameters." prefix before a [report parameter](..\use-report-parameters.md)'s name.
514+
* (*Obsolete approach*) Use the "Parameters." prefix before a [report parameter](../use-report-parameters.md)'s name.
515515

516516
*[Parameters.parameter1]*
517517

interface-elements-for-web/articles/report-designer/bind-to-data/bind-a-report-to-an-object-data-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This topic describes how to bind a report to object data at design time.
3535

3636
![](../../../images/eurd-report-wizard-object-datasource-configure-parameters.png)
3737

38-
You can use expressions to provide data source parameter values. Click the ![](../../../images/eurd-report-wizard-object-datasource-f-button.png) button to switch the parameter's editor to the expression mode. Specify an expression in the parameter's editor, or click the parameter's ellipsis button to launch the [Expression Editor](../report-designer-tools/expression-editor.md). You can use [report parameters](../shape-report-data/use-report-parameters.md) in expressions to specify an input value for a data source parameter.
38+
You can use expressions to provide data source parameter values. Click the ![](../../../images/eurd-report-wizard-object-datasource-f-button.png) button to switch the parameter's editor to the expression mode. Specify an expression in the parameter's editor, or click the parameter's ellipsis button to launch the [Expression Editor](../report-designer-tools/expression-editor.md). You can use [report parameters](../use-report-parameters.md) in expressions to specify an input value for a data source parameter.
3939

4040
![](../../../images/eurd-report-wizard-object-datasource-configure-parameters-expression.png)
4141

interface-elements-for-web/articles/report-designer/bind-to-data/bind-a-report-to-json-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This topic describes how to bind a report to JSON data.
4343

4444
![](../../../images/eurd-web-data-source-wizard-json-http-headers-path-parameter-expression.png)
4545

46-
- Expressions can include [report parameters](../shape-report-data/use-report-parameters.md). In the **Expression Editor**, expand **Parameters**, select a report parameter to which you want to bind the path parameter, query parameter, or header parameter, and click **OK**.
46+
- Expressions can include [report parameters](../use-report-parameters.md). In the **Expression Editor**, expand **Parameters**, select a report parameter to which you want to bind the path parameter, query parameter, or header parameter, and click **OK**.
4747

4848
![](../../../images/eurd-web-data-source-wizard-json-http-headers-path-parameter-report-parameter.png)
4949

interface-elements-for-web/articles/report-designer/bind-to-data/specify-query-parameters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following properties are available for each query parameter:
4949
* **Name** - specifies the parameter's name.
5050
* **Type** - specifies the parameter value's data type.
5151
* **Expression** - determines whether the actual parameter value is static or generated dynamically.
52-
* **Value** - determines the query parameter's actual value. If the **Expression** option is enabled, the actual parameter value is produced dynamically by calculating an associated expression. This is useful when you map the query parameter value to the [report parameter](../shape-report-data/use-report-parameters.md) value. Refer to the next document section for more information.
52+
* **Value** - determines the query parameter's actual value. If the **Expression** option is enabled, the actual parameter value is produced dynamically by calculating an associated expression. This is useful when you map the query parameter value to the [report parameter](../use-report-parameters.md) value. Refer to the next document section for more information.
5353

5454
## Provide the Query Parameter Value
5555
Below, you can see how a value is specified for a query parameter within the Data Source Wizard's page. You can also specify query parameter values in the Report Wizard or the Query Parameters dialog in the same way.
@@ -71,13 +71,13 @@ Below, you can see how a value is specified for a query parameter within the Dat
7171
![](../../../images/eurd-web-query-parameters-expression-editor.png)
7272

7373
## Pass a Multi-Value Parameter Value to a Query
74-
You can map [multi-value parameters](../shape-report-data/use-report-parameters/multi-value-report-parameters.md) to query parameters.
74+
You can map [multi-value parameters](../use-report-parameters/multi-value-report-parameters.md) to query parameters.
7575
For instance, the following query selects the orders whose IDs can be found within the values the _\@OrderID_ query parameter provides.
7676

7777
![](../../../images/eurd-web-query-parameters-map-to-multi-value-parameter.png)
7878

7979
## Pass a Multi-Value Report Parameter Value to a Stored Procedure
80-
You cannot pass a [multi-value parameter](../shape-report-data/use-report-parameters/multi-value-report-parameters.md) value to a stored procedure directly. Use one of the following expression functions:
80+
You cannot pass a [multi-value parameter](../use-report-parameters/multi-value-report-parameters.md) value to a stored procedure directly. Use one of the following expression functions:
8181

8282
* Use the [Join() expression function](../use-expressions/expression-syntax.md) to convert the array of parameter values to a string if you use MS SQL Server, MySQL or Oracle database systems.
8383

interface-elements-for-web/articles/report-designer/create-reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can add interactive elements to your report to customize it in Print Preview
6161
> [!Note]
6262
> See the [Provide Interactivity](provide-interactivity.md) section for information on how to provide drill-down and drill-through functionality in your reports.
6363
>
64-
> See [Use Report Parameters](shape-report-data/use-report-parameters.md) for instructions on how to submit parameter values in Print Preview to customize your reports.
64+
> See [Use Report Parameters](use-report-parameters.md) for instructions on how to submit parameter values in Print Preview to customize your reports.
6565
6666
## Layout Features
6767

interface-elements-for-web/articles/report-designer/provide-interactivity/edit-content-in-print-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When enabling content editing in your report, consider the following.
2727
* A control's **Can Grow** setting is ignored for editing fields.
2828

2929
Multi-line values can only be entered when no mask is applied to an editing field. The editing area of a field cannot exceed the original dimensions of a control.
30-
* Values entered into editing fields are reset back to their defaults after refreshing the document (e.g., when submitting [report parameter](..\shape-report-data\use-report-parameters.md) values and expanding or collapsing data in a [drill-down report](create-drill-down-reports.md)).
30+
* Values entered into editing fields are reset back to their defaults after refreshing the document (e.g., when submitting [report parameter](..\use-report-parameters.md) values and expanding or collapsing data in a [drill-down report](create-drill-down-reports.md)).
3131
* It is impossible to edit content of a control that has its **Drill-Down Control** property specified.
3232
* Field values entered in Print Preview for controls placed onto the Top Margin and Bottom Margin bands are not preserved when the report is exported to TXT or CSV, as well as the following formats as a single file.
3333

interface-elements-for-web/articles/report-designer/report-designer-tools/data-source-wizard/specify-data-source-settings-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Specify constructor and/or data member parameters, if required.
2626

2727
![](../../../../images/eurd-report-wizard-object-datasource-configure-parameters.png)
2828

29-
You can use expressions to provide data source parameter values. Click the ![](../../../../images/eurd-report-wizard-object-datasource-f-button.png) button to switch the parameter's editor to the expression mode. Specify an expression in the parameter's editor, or click the parameter's ellipsis button to launch the [Expression Editor](../expression-editor.md). You can use [report parameters](../../shape-report-data/use-report-parameters.md) in expressions to specify an input value for a data source parameter.
29+
You can use expressions to provide data source parameter values. Click the ![](../../../../images/eurd-report-wizard-object-datasource-f-button.png) button to switch the parameter's editor to the expression mode. Specify an expression in the parameter's editor, or click the parameter's ellipsis button to launch the [Expression Editor](../expression-editor.md). You can use [report parameters](../../use-report-parameters.md) in expressions to specify an input value for a data source parameter.
3030

3131
![](../../../../images/eurd-report-wizard-object-datasource-configure-parameters-expression.png)
3232

interface-elements-for-web/articles/report-designer/report-designer-tools/expression-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Take into account the following syntax conventions when using the Expression Edi
4343

4444
* Reference a data field in the expression by enclosing its name in the square brackets (for example, **[ProductName]**).
4545

46-
* Insert [report parameters](../shape-report-data/use-report-parameters.md) and [query parameters](../bind-to-data/specify-query-parameters.md) by typing a question mark before their names (for instance, **?parameter1**).
46+
* Insert [report parameters](../use-report-parameters.md) and [query parameters](../bind-to-data/specify-query-parameters.md) by typing a question mark before their names (for instance, **?parameter1**).
4747

4848
* Denote string values with apostrophes. Type a double apostrophe to embed an apostrophe into an expression's text (for example, **'It''s sample text'**).
4949

interface-elements-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/specify-data-source-settings-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Specify constructor and/or data member parameters (optional).
2626

2727
![](../../../../../images/eurd-report-wizard-object-datasource-configure-parameters.png)
2828

29-
You can use expressions to provide data source parameter values. Click the ![](../../../../../images/eurd-report-wizard-object-datasource-f-button.png) button to switch the parameter's editor to the expression mode. Specify an expression in the parameter's editor or click the parameter's ellipsis button to launch the [Expression Editor](../../expression-editor.md). You can use [report parameters](../../../shape-report-data/use-report-parameters.md) in expressions to specify an input value for a data source parameter.
29+
You can use expressions to provide data source parameter values. Click the ![](../../../../../images/eurd-report-wizard-object-datasource-f-button.png) button to switch the parameter's editor to the expression mode. Specify an expression in the parameter's editor or click the parameter's ellipsis button to launch the [Expression Editor](../../expression-editor.md). You can use [report parameters](../../../use-report-parameters.md) in expressions to specify an input value for a data source parameter.
3030

3131
![](../../../../../images/eurd-report-wizard-object-datasource-configure-parameters-expression.png)
3232

0 commit comments

Comments
 (0)