You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/expressions-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,13 @@ Use one of the following ways to invoke the Expression Editor:
47
47
48
48
The `f` button changes its color to blue to indicate that an expression is set for a property.
49
49
50
-

50
+

51
51
52
52
The Editor lists all properties for which you can specify an expression.
53
53
54
-
Click a property to specify an expression.
54
+

55
55
56
-

56
+
Click a property to specify an expression.
57
57
58
58
An `f` icon appears next to a property where an expression is set. Additionally, an asterisk (`*`) appears if an expression is modified.
59
59
@@ -77,7 +77,7 @@ You can use the Report Designer's **FilterString Editor** to specify the **Filte
77
77
78
78
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.
The **FilterString Editor** highlights an expression's syntax and supports intelligent code completion (which suggests functions and available data elements as you type).
Copy file name to clipboardExpand all lines: interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/functions-in-expressions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ owner: Sergey Andreev
4
4
---
5
5
# Functions in Expressions
6
6
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).
Copy file name to clipboardExpand all lines: interface-elements-for-web/articles/report-designer/use-expressions/expressions-overview.md
+14-18Lines changed: 14 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,9 @@ Use expressions to accomplish the following tasks:
14
14
15
15
## How to Specify an Expression
16
16
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.
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
-

19
+

24
20
25
21
In **Expressions Advanced** mode, the Report Designer allows you to specify expressions that are evaluated within specific events:
26
22
@@ -33,55 +29,55 @@ See the following topic for more information: [Data Binding Modes](data-binding-
33
29
34
30
The Report Designer's Expression Editor has a graphical interface that allows you to create and edit expressions.
Use one of the following ways to invoke the Expression Editor:
39
35
40
36
* Select a report, band, or control. The `f` button appears next to the selection. Click this button to invoke the Expression Editor.
41
37
42
-

38
+

43
39
44
40
* 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.
45
41
46
-

42
+

47
43
48
44
The `f` button changes its color to blue to indicate that an expression is set for a property.
49
45
50
-

46
+

51
47
52
48
The Editor lists all properties for which you can specify an expression.
53
49
54
50
Click a property to specify an expression.
55
51
56
-

52
+

57
53
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.
59
55
60
-

56
+

61
57
62
58
The Editor highlights an expression's syntax and supports intelligent code completion (which suggests functions and available data elements as you type).
63
59
64
-

60
+

65
61
66
62
The Expression Editor displays all the errors it finds in the specified expression.
The Editor lists a tree with language elements and items that you can use in an expression.
71
67
72
-

68
+

73
69
74
70
## FilterString Editor
75
71
76
72
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).
77
73
78
74
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.
The **FilterString Editor** highlights an expression's syntax and supports intelligent code completion (which suggests functions and available data elements as you type).
0 commit comments