Skip to content

Commit 582c703

Browse files
Update the Use Expressions section for web
1 parent e7661d1 commit 582c703

32 files changed

+93
-30
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ 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-
Click a property to specify an expression.
54+
![Properties List in the Expression Editor](../../../images/eurd-web-expression-editor-properties-list.png)
5555

56-
![Properties List in the Expression Editor](../../../../images/eurd-win-expression-editor-properties-list.png)
56+
Click a property to specify an expression.
5757

5858
An `f` icon appears next to a property where an expression is set. Additionally, an asterisk (`*`) appears if an expression is modified.
5959

@@ -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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ owner: Sergey Andreev
44
---
55
# Functions in Expressions
66

7-
This topic lists the functions that you can use in an [expression](expression-overview.md).
7+
This topic lists the functions that you can use in an [expression](expressions-overview.md).
88

99
## Aggregate Functions
1010

interface-elements-for-desktop/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,8 +899,10 @@
899899
href: articles/report-designer/report-designer-for-winforms/use-expressions/expression-language.md
900900
- name: Functions in Expressions
901901
href: articles/report-designer/report-designer-for-winforms/use-expressions/functions-in-expressions.md
902-
- name: How to: Use Expressions
902+
- name: "How to: Use Expressions"
903903
href: articles/report-designer/report-designer-for-winforms/use-expressions/how-to-use-expressions.md
904+
- name: Data Binding Modes
905+
href: articles/report-designer/report-designer-for-winforms/use-expressions/data-binding-modes.md
904906
- name: Use Report Scripts
905907
href: articles/report-designer/report-designer-for-winforms/use-report-scripts.md
906908
- name: Print, Preview and Export Reports

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
@@ -356,7 +356,7 @@ Do one of the following to assign an enumeration value to a property:
356356

357357
- The **Expression Editor** can help you specify a string value for built-in enumerations:
358358

359-
![Enumeration in Expression Editor](../../../../images/eurd-win-enumerations-in-expression-editor.png)
359+
![Enumeration in Expression Editor](../../../images/eurd-web-enumerations-in-expression-editor.png)
360360

361361
## Comments
362362

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

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ Use expressions to accomplish the following tasks:
1414

1515
## How to Specify an Expression
1616

17-
In the Report Designer, properties that support expressions have an ellipsis button in the value editor. Click this button to invoke the [Expression Editor](#expression-editor).
17+
In the Report Designer, properties that support expressions have an `f` button in the [Properties](../report-designer-tools/ui-panels/property-grid-tabbed-view.md) panel. Click this button to specify an expression in the invoked Expression Editor.
1818

19-
![The Ellipsis Button](../../../../images/eurd-win-expressions-ellipsis.png)
20-
21-
As an alternative, you can use the [Properties](../report-designer-tools/ui-panels/property-grid-tabbed-view.md) window to set expressions that specify property values. Click the `f` button to specify an expression in the invoked Expression Editor.
22-
23-
![Properties Window - f Buttons](../../../../images/eurd-win-properties-window-f-buttons.png)
19+
![Properties Window - f Buttons](../../../images/eurd-web-f-button.png)
2420

2521
In **Expressions Advanced** mode, the Report Designer allows you to specify expressions that are evaluated within specific events:
2622

@@ -33,55 +29,55 @@ See the following topic for more information: [Data Binding Modes](data-binding-
3329

3430
The Report Designer's Expression Editor has a graphical interface that allows you to create and edit expressions.
3531

36-
![Expression Editor](../../../../images/eurd-win-expression-editor.png)
32+
![Expression Editor](../../../images/eurd-web-expression-editor.png)
3733

3834
Use one of the following ways to invoke the Expression Editor:
3935

4036
* Select a report, band, or control. The `f` button appears next to the selection. Click this button to invoke the Expression Editor.
4137

42-
![The f Button Near the Control](../../../../images/eurd-win-smarttag-f-button.png)
38+
![The f Button Near the Control](../../../images/eurd-web-smarttag-f-button.png)
4339

4440
* In the **Properties** window, if an expression can be set for a property, the `f` button appears near the value editor. Click this button to invoke the Expression Editor.
4541

46-
![Properties Window - f Buttons](../../../../images/eurd-win-properties-window-f-buttons.png)
42+
![Properties Window - f Buttons](../../../images/eurd-web-f-button.png)
4743

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

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

5248
The Editor lists all properties for which you can specify an expression.
5349

5450
Click a property to specify an expression.
5551

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

58-
An `f` icon appears next to a property where an expression is set. Additionally, an asterisk (`*`) appears if an expression is modified.
54+
An `f` icon appears next to a property where an expression is set.
5955

60-
![The Text Expression Is Modified](../../../../images/eurd-win-expression-editor-properties-list-modified-expression.png)
56+
![The Text Expression Is Set](../../../images/eurd-web-expression-editor-properties-list-expression-set.png)
6157

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

64-
![Intellisense in the Expression Editor](../../../../images/eurd-win-expression-editor-intellisense.png)
60+
![Intellisense in the Expression Editor](../../../images/eurd-web-expression-editor-intellisense.png)
6561

6662
The Expression Editor displays all the errors it finds in the specified expression.
6763

68-
![Expressions_ExpressionEditor_ErrorValidation](../../../../images/eurd-win-expression-editor-syntax-error.png)
64+
![Expressions_ExpressionEditor_ErrorValidation](../../../images/eurd-web-expression-editor-syntax-error.png)
6965

7066
The Editor lists a tree with language elements and items that you can use in an expression.
7167

72-
![Items to Use in Expressions](../../../../images/eurd-win-expression-editor-expression-items.png)
68+
![Items to Use in Expressions](../../../images/eurd-web-expression-editor-expression-items.png)
7369

7470
## FilterString Editor
7571

7672
You can use the Report Designer's **FilterString Editor** to specify the **FilterString** property of a report, [Cross Tab](../use-report-elements/use-cross-tabs.md), or [Chart Series](../use-report-elements/use-charts-and-pivot-grids/add-a-chart-set-up-series-manually.md).
7773

7874
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.
7975

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

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

84-
![Syntax Highlight](../../../../images/eurd-win-filterstring-editor-intellisense.png)
80+
![Syntax Highlight](../../../images/eurd-web-filterstring-editor-intellisense.png)
8581

8682
## Expression Syntax
8783

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ owner: Sergey Andreev
44
---
55
# Functions in Expressions
66

7-
This topic lists the functions that you can use in an [expression](expression-overview.md).
7+
This topic lists the functions that you can use in an [expression](expressions-overview.md).
88

99
## Aggregate Functions
1010

56 KB
Loading
96.7 KB
Loading
59 KB
Loading
97.1 KB
Loading

0 commit comments

Comments
 (0)