Skip to content

Commit f0ec11b

Browse files
Fix links
1 parent 590e7af commit f0ec11b

File tree

28 files changed

+44
-44
lines changed

28 files changed

+44
-44
lines changed

interface-elements-for-desktop/articles/expression-editor/expression-operators-functions-and-constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following DevExpress products extend and/or override this syntax. The table
1010

1111
|Product | Article |
1212
|---|---|
13-
|Reporting | [Expression Constants, Operators, and Functions](../report-designer/report-designer-for-winforms/use-expressions/expression-syntax.md)
13+
|Reporting | [Expression Constants, Operators, and Functions](../report-designer/report-designer-for-winforms/use-expressions/expression-language.md)
1414
|Pivot Grid | [Pivot Grid Expression Syntax](../pivot-table/data-editing/pivot-grid-expression-syntax.md)
1515

1616
## Operators

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

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

4646
You can enable the new parameter's **Expression** property and [use expressions](../use-expressions.md) to set path parameter and query parameter values.
4747

48-
- Select **Expression Editor** from the Value property's drop-down list, specify the expression in the invoked [Expression Editor](../use-expressions.md#expression-editor), and click **OK**.
48+
- Select **Expression Editor** from the Value property's drop-down list, specify the expression in the invoked [Expression Editor](../use-expressions/expressions-overview.md#expression-editor), and click **OK**.
4949

5050
![JSON-specify-parameter-expression](../../../../images/eurd-win-JSON-path-parameter-specify-expression.png)
5151

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

Lines changed: 3 additions & 3 deletions
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](../shape-report-data/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](../shape-report-data/use-report-parameters.md), or [functions](../use-expressions/expression-language.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).
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

@@ -24,12 +24,12 @@ The Report Designer works in one of the following data binding modes:
2424

2525
![property-grid-expression-advanced-tab](../../../../images/eurd-win-binding-modes-expressions-advanced.png)
2626

27-
The **Expression Editor** allows you to use event argument values in the constructed expressions. Event arguments are available in the [Variables](../use-expressions/expression-syntax.md) section.
27+
The **Expression Editor** allows you to use event argument values in the constructed expressions. Event arguments are available in the [Variables](../use-expressions/expression-language.md) section.
2828

2929
In the **BeforePrint** event, you can use data fields from all queries in the data source.
3030

3131
![Expression Editor for the BeforePrint event](../../../../images/eurd-win-binding-modes-data-fields.png)
3232

33-
In the **PrintOnPage** event, data source fields are not available because data was fetched when this event occurs. You can use the event arguments that are available in the [Variables](../use-expressions/expression-syntax.md) section.
33+
In the **PrintOnPage** event, data source fields are not available because data was fetched when this event occurs. You can use the event arguments that are available in the [Variables](../use-expressions/expression-language.md) section.
3434

3535
![Expression Editor for the PrintOnPage event](../../../../images/eurd-win-binding-modes-event-arguments.png)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ You can map [multi-value parameters](../shape-report-data/use-report-parameters/
9696
## <a name="multivalueparameterinstoredprocedure"></a>Pass a Multi-Value Report Parameter Value to a Stored Procedure
9797
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:
9898

99-
* 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.
99+
* Use the [Join() expression function](../use-expressions/functions-in-expressions.md) to convert the array of parameter values to a string if you use MS SQL Server, MySQL or Oracle database systems.
100100

101101
![](../../../../images/eurd-win-query-parameters-join-expression-function.png)
102102

103-
* Use the [CreateTable() expression function](../use-expressions/expression-syntax.md) to prepare a table using values of several multi-value parameters.
103+
* Use the [CreateTable() expression function](../use-expressions/functions-in-expressions.md) to prepare a table using values of several multi-value parameters.
104104

105105
![](../../../../images/eurd-win-query-parameters-createtable-expression-function.png)

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-an-advanced-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This document describes how to calculate an advanced summary for report groups u
2727
![](../../../../../images/eurd-win-label-advanced-summary-expression.png)
2828

2929
> [!TIP]
30-
> See the [Expression Constants, Operators, and Functions](../../use-expressions/expression-syntax.md) topic for a complete list of supported summary functions.
30+
> See the [Functions in Expressions](../../use-expressions/functions-in-expressions.md) topic for a complete list of supported summary functions.
3131

3232
6. You can use the **Format String** property to format the summary's value.
3333

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/use-calculated-fields/calculate-an-aggregate-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This tutorial describes the steps required to create a report with an _aggregate
3131

3232
You can refer to the currently processed group using the Parent Relationship Traversal Operator ('^'). This allows you to calculate aggregates within groups using expressions like the following: _[][[^.CategoryID] == [CategoryID]].Sum([UnitPrice])_.
3333

34-
For more information, see [Expression Syntax](../../use-expressions/expression-syntax.md).
34+
For more information, see [Expression Language](../../use-expressions/expression-language.md).
3535

3636
5. Click **OK** to close the dialog and save the expression.
3737

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/use-calculated-fields/calculated-fields-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ _[\<Collection>][\<Condition>].\<Aggregate>(\<Expression>)_
6363

6464
You can refer to the currently processed group using the Parent Relationship Traversal Operator ('^'). This allows you to calculate aggregates within groups using expressions like the following: _[][[^.CategoryID] == [CategoryID]].Sum([UnitPrice])_.
6565

66-
For more information, see [Expression Syntax](../../use-expressions/expression-syntax.md).
66+
For more information, see [Expression Language](../../use-expressions/expression-language.md).
6767

6868
## <a name="examples"></a>Examples
6969
The following tutorials demonstrate the use of calculated fields in various environments:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Report Designer offers multiple ways to create a parameter:
1818

1919
![Create Report Parameter from PRoperty Grid](../../../../../images/eurd-win-create-report-parameter-from-property-grid.png)
2020

21-
* Create a parameter in-place in dialogs and wizards. The image below shows how to create a parameter in a [FilterString Editor](../../use-expressions.md#filterstring-editor). Select **Add Parameter** from the context menu when you construct a condition.
21+
* Create a parameter in-place in dialogs and wizards. The image below shows how to create a parameter in a [FilterString Editor](../../use-expressions/expressions-overview.md#filterstring-editor). Select **Add Parameter** from the context menu when you construct a condition.
2222

2323
![Filter String - Add Parameter](../../../../../images/eurd-win-parameters-filter-string-add-parameter.png)
2424

@@ -28,7 +28,7 @@ Specify the following basic options:
2828
| --- | --- |
2929
| **Name** | A parameter should have a unique name. You can use this name to refer to this parameter in expressions and filter strings. |
3030
| **Type** | Specifies which values a parameter can accept. |
31-
| **Default Value** or **[Expression](../../use-expressions.md#expression-syntax)** | Specifies a parameter's value. Expressions can include data source fields or other parameters. When evaluated, expressions are parsed and processed to obtain a value. |
31+
| **Default Value** or **[Expression](../../use-expressions/expression-language.md)** | Specifies a parameter's value. Expressions can include data source fields or other parameters. When evaluated, expressions are parsed and processed to obtain a value. |
3232

3333
## Use the Parameters Panel to Ask for User Input
3434

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

Lines changed: 3 additions & 3 deletions
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](../shape-report-data/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](../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).
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

@@ -24,12 +24,12 @@ The Report Designer works in one of the following data binding modes:
2424

2525
![property-grid-expression-advanced-tab](../../../../images/eurd-win-binding-modes-expressions-advanced.png)
2626

27-
The **Expression Editor** allows you to use event argument values in the constructed expressions. Event arguments are available in the [Variables](expression-syntax.md) section.
27+
The **Expression Editor** allows you to use event argument values in the constructed expressions. Event arguments are available in the [Variables](expression-language.md) section.
2828

2929
In the **BeforePrint** event, you can use data fields from all queries in the data source.
3030

3131
![Expression Editor for the BeforePrint event](../../../../images/eurd-win-binding-modes-data-fields.png)
3232

33-
In the **PrintOnPage** event, data source fields are not available because data was fetched when this event occurs. You can use the event arguments that are available in the [Variables](expression-syntax.md) section.
33+
In the **PrintOnPage** event, data source fields are not available because data was fetched when this event occurs. You can use the event arguments that are available in the [Variables](expression-language.md) section.
3434

3535
![Expression Editor for the PrintOnPage event](../../../../images/eurd-win-binding-modes-event-arguments.png)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Use one of the following ways to invoke the Expression Editor:
4747

4848
The `f` button changes its color to blue to indicate that an expression is set for a property.
4949

50-
![The f Button Indicates that an Expression is Set](../../../images/eurd-win-properties-window-f-button-blue.png)
50+
![The f Button Indicates that an Expression is Set](../../../../images/eurd-win-properties-window-f-button-blue.png)
5151

5252
The Editor lists all properties for which you can specify an expression.
5353

54-
![Properties List in the Expression Editor](../../../images/eurd-web-expression-editor-properties-list.png)
54+
![Properties List in the Expression Editor](../../../../images/eurd-win-expression-editor-properties-list.png)
5555

5656
Click a property to specify an expression.
5757

@@ -77,7 +77,7 @@ You can use the Report Designer's **FilterString Editor** to specify the **Filte
7777

7878
The **FilterString Editor**'s visual interface allows you to use an unlimited number of conditions and combine them with logical operators to create filter criteria. You can also switch to Text mode and type a filter string.
7979

80-
![FilterString Editor](../../../images/eurd-win-filterstring-editor.png)
80+
![FilterString Editor](../../../../images/eurd-win-filterstring-editor.png)
8181

8282
The **FilterString Editor** highlights an expression's syntax and supports intelligent code completion (which suggests functions and available data elements as you type).
8383

0 commit comments

Comments
 (0)