Skip to content

Commit c22948e

Browse files
author
epolevikov
committed
Resolve merge conflicts
1 parent 1626638 commit c22948e

File tree

11 files changed

+15
-19
lines changed

11 files changed

+15
-19
lines changed

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/data-binding-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Report Designer works in one of the following data binding modes:
88

99
* **Expressions** is the default binding mode.
1010

11-
This mode enables you to specify complex [expressions](../use-expressions.md) that include two or more data fields, [report parameters](../use-report-parameters.md), or [functions](../use-expressions/expression-syntax.md). You can also use expressions to [calculate summaries](../shape-report-data/calculate-summaries/calculate-a-summary.md) of any complexity or [conditionally shape your data](../shape-report-data/specify-conditions-for-report-elements.md).
11+
This mode enables you to specify complex [expressions](../use-expressions.md) that include two or more data fields, [report parameters](../use-report-parameters.md), or [functions](../use-expressions/expression-language.md#functions). You can also use expressions to [calculate summaries](../shape-report-data/calculate-summaries/calculate-a-summary.md) of any complexity or [conditionally shape your data](../shape-report-data/specify-conditions-for-report-elements.md).
1212

1313
Click a property's marker to see whether the invoked context menu has the **PropertyName Expression** item that invokes the **Expression Editor**.
1414

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/field-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ The Field List can help you do the following:
6969

7070
![Field List - Add Calculated Field](../../../../../images/eurd-win-field-list-add-calculated-field.png)
7171

72-
* Add [report parameters](../../shape-report-data/use-report-parameters.md) or change existing parameters.
72+
* Add [report parameters](../../use-report-parameters.md) or change existing parameters.
7373

7474
![Field List - Add Report Parameter](../../../../../images/eurd-winield-list-add-report-parameter.png)

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/data-binding-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Report Designer works in one of the following data binding modes:
88

99
* **Expressions** is the default binding mode.
1010

11-
This mode enables you to specify complex [expressions](../use-expressions.md) that include two or more data fields, [report parameters](../use-report-parameters.md), or [functions](expression-syntax.md). You can also use expressions to [calculate summaries](../shape-report-data/calculate-summaries/calculate-a-summary.md) of any complexity or [conditionally shape your data](../shape-report-data/specify-conditions-for-report-elements.md).
11+
This mode enables you to specify complex [expressions](../use-expressions.md) that include two or more data fields, [report parameters](../use-report-parameters.md), or [functions](expression-language.md#functions). You can also use expressions to [calculate summaries](../shape-report-data/calculate-summaries/calculate-a-summary.md) of any complexity or [conditionally shape your data](../shape-report-data/specify-conditions-for-report-elements.md).
1212

1313
Click a property's marker to see whether the invoked context menu has the **PropertyName Expression** item that invokes the **Expression Editor**.
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ to bind the control to the UnitPrice data field from the Products data member
336336

337337
## Report Parameters
338338

339-
Use the following syntax to insert [report parameters](../shape-report-data/use-report-parameters.md) in an expression:
339+
Use the following syntax to insert [report parameters](../use-report-parameters.md) in an expression:
340340

341341
- Type a question mark before a parameter's name.
342342

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/functions-in-expressions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Below is a list of functions that are used to construct [expression bindings](da
257257
```
258258

259259
* Join()
260-
Concatenates the [multi-value report parameter](../shape-report-data/use-report-parameters/multi-value-report-parameters.md)'s values into a string. This function is useful when you [bind a multi-value parameter to a label](../shape-report-data/use-report-parameters/create-a-report-parameter.md) to display the parameter's values in a report.
260+
Concatenates the [multi-value report parameter](../use-report-parameters/multi-value-report-parameters.md)'s values into a string. This function is useful when you [bind a multi-value parameter to a label](../use-report-parameters/create-a-report-parameter.md) to display the parameter's values in a report.
261261

262262
This function has two overloads:
263263

@@ -280,7 +280,7 @@ Below is a list of functions that are used to construct [expression bindings](da
280280
The following functions are used to [bind a report to a stored procedure](../bind-to-data/bind-a-report-to-a-stored-procedure.md):
281281
282282
* Join()
283-
Concatenates the [multi-value report parameter](../shape-report-data/use-report-parameters/multi-value-report-parameters.md)'s values into a string. This function can be used when mapping multi-value report parameters to query parameters generated from a stored procedure's parameters. Refer to the following topic for more information: [Query Parameters](../bind-to-data/specify-query-parameters.md).
283+
Concatenates the [multi-value report parameter](../use-report-parameters/multi-value-report-parameters.md)'s values into a string. This function can be used when mapping multi-value report parameters to query parameters generated from a stored procedure's parameters. Refer to the following topic for more information: [Query Parameters](../bind-to-data/specify-query-parameters.md).
284284
285285
This function has two overloads:
286286

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/create-a-report-parameter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This topic demonstrates how to create a report parameter in the [Report Designer
99

1010
## Create a Report Parameter in the Report Designer
1111

12-
In the **Report Designer**, you can create a parameter from the [Field List](../report-designer-tools/ui-panels/field-list.md), [Properties window](../report-designer-tools/ui-panels/property-grid-tabbed-view.md), or [FilterString Editor](../use-expressions.md#filterstring-editor). The created parameter appears in the [Field List](../report-designer-tools/ui-panels/field-list.md)'s **Parameters** node.
12+
In the **Report Designer**, you can create a parameter from the [Field List](../report-designer-tools/ui-panels/field-list.md), [Properties window](../report-designer-tools/ui-panels/property-grid-tabbed-view.md), or [FilterString Editor](../use-expressions/expressions-overview.md#filterstring-editor). The created parameter appears in the [Field List](../report-designer-tools/ui-panels/field-list.md)'s **Parameters** node.
1313

1414
![A parameter in the Field List](../../../../images/field-list-parameters-section.png)
1515

@@ -35,7 +35,7 @@ Click **Add** in the invoked **Report Parameters Editor** dialog to add a new pa
3535

3636
### Create From the FilterString Editor
3737

38-
You can create a parameter when you construct a condition in the [FilterString Editor](../use-expressions.md#filterstring-editor). Choose the **Select a parameter** field, click the field, and select **Add Parameter** in the invoked context menu.
38+
You can create a parameter when you construct a condition in the [FilterString Editor](../use-expressions/expressions-overview.md#filterstring-editor). Choose the **Select a parameter** field, click the field, and select **Add Parameter** in the invoked context menu.
3939

4040
![Create a parameter from the Filter String editor](../../../../images/filter-string-editor-add-parameter.png)
4141

@@ -103,7 +103,7 @@ You can specify an [expression](../use-expressions.md) for this option. For exam
103103
![Specify an expression for a parameter's Default Value option](../../../../images/specify-expression-for-parameter-default-value.png)
104104

105105
> [!NOTE]
106-
> You can use only [constants](../use-expressions/expression-syntax.md#constants), [operators](../use-expressions/expression-syntax.md#operators), and date-time / logical / math / string [functions](../use-expressions/expression-syntax.md#functions-basic) in an expression for a parameter's default value.
106+
> You can use only [constants](../use-expressions/expression-language.md#constants), [operators](../use-expressions/expression-language.md#operators), and date-time / logical / math / string [functions](../use-expressions/expression-language.md#functions) in an expression for a parameter's default value.
107107
108108
### Allow Null Value
109109

interface-elements-for-web/articles/report-designer/use-expressions/data-binding-modes.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ The Report Designer works in one of the following data binding modes:
88

99
* **Expressions** is the default binding mode.
1010

11-
<<<<<<< HEAD
12-
This mode enables you to specify complex [expressions](../use-expressions.md) that include two or more data fields, [report parameters](../use-report-parameters.md), or [functions](expression-syntax.md). You can also use expressions to [calculate summaries](../shape-report-data/calculate-summaries/calculate-a-summary.md) of any complexity or [conditionally shape your data](../shape-report-data/specify-conditions-for-report-elements.md).
13-
=======
14-
This mode enables you to specify complex [expressions](../use-expressions.md) that include two or more data fields, [report parameters](../shape-report-data/use-report-parameters.md), or [functions](functions-in-expressions.md). You can also use expressions to [calculate summaries](../shape-report-data/calculate-summaries/calculate-a-summary.md) of any complexity or [conditionally shape your data](../shape-report-data/specify-conditions-for-report-elements.md).
15-
>>>>>>> 4b8f199246699d0c943117d341f07d01e0535b37
11+
This mode enables you to specify complex [expressions](../use-expressions.md) that include two or more data fields, [report parameters](../use-report-parameters.md), or [functions](functions-in-expressions.md). You can also use expressions to [calculate summaries](../shape-report-data/calculate-summaries/calculate-a-summary.md) of any complexity or [conditionally shape your data](../shape-report-data/specify-conditions-for-report-elements.md).
1612

1713
Click a property's marker to see whether the invoked context menu has the **PropertyName Expression** item that invokes the **Expression Editor**.
1814

interface-elements-for-web/articles/report-designer/use-expressions/expression-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ to bind the control to the UnitPrice data field from the Products data member
336336

337337
## Report Parameters
338338

339-
Use the following syntax to insert [report parameters](../shape-report-data/use-report-parameters.md) in an expression:
339+
Use the following syntax to insert [report parameters](../use-report-parameters.md) in an expression:
340340

341341
- Type a question mark before a parameter's name.
342342

interface-elements-for-web/articles/report-designer/use-expressions/functions-in-expressions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Below is a list of functions that are used to construct [expression bindings](da
257257
```
258258

259259
* Join()
260-
Concatenates the [multi-value report parameter](../shape-report-data/use-report-parameters/multi-value-report-parameters.md)'s values into a string. This function is useful when you [bind a multi-value parameter to a label](../shape-report-data/use-report-parameters/create-a-report-parameter.md) to display the parameter's values in a report.
260+
Concatenates the [multi-value report parameter](../use-report-parameters/multi-value-report-parameters.md)'s values into a string. This function is useful when you [bind a multi-value parameter to a label](../use-report-parameters/create-a-report-parameter.md) to display the parameter's values in a report.
261261

262262
This function has two overloads:
263263

@@ -280,7 +280,7 @@ Below is a list of functions that are used to construct [expression bindings](da
280280
The following functions are used to bind a report to a stored procedure:
281281
282282
* Join()
283-
Concatenates the [multi-value report parameter](../shape-report-data/use-report-parameters/multi-value-report-parameters.md)'s values into a string. This function can be used when mapping multi-value report parameters to query parameters generated from a stored procedure's parameters. Refer to the following topic for more information: [Query Parameters](../bind-to-data/specify-query-parameters.md).
283+
Concatenates the [multi-value report parameter](../use-report-parameters/multi-value-report-parameters.md)'s values into a string. This function can be used when mapping multi-value report parameters to query parameters generated from a stored procedure's parameters. Refer to the following topic for more information: [Query Parameters](../bind-to-data/specify-query-parameters.md).
284284
285285
This function has two overloads:
286286

interface-elements-for-web/articles/report-designer/use-report-parameters/create-a-report-parameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You can specify an [expression](../use-expressions.md) for this option. For exam
8787
![Specify an expression for a parameter's Default Value option](../../../images/specify-expression-for-parameter-default-value.png)
8888

8989
> [!NOTE]
90-
> You can use only [constants](../use-expressions/expression-syntax.md#constants), [operators](../use-expressions/expression-syntax.md#operators), and date-time / logical / math / string [functions](../use-expressions/expression-syntax.md#functions-basic) in an expression for a parameter's default value.
90+
> You can use only [constants](../use-expressions/expression-language.md#constants), [operators](../use-expressions/expression-language.md#operators), and date-time / logical / math / string [functions](../use-expressions/expression-language.md#functions) in an expression for a parameter's default value.
9191
9292
### Allow Null Value
9393

0 commit comments

Comments
 (0)