Skip to content

Commit e7661d1

Browse files
Cleanup
1 parent d546032 commit e7661d1

File tree

9 files changed

+1051
-1236
lines changed

9 files changed

+1051
-1236
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ owner: Mary Sammal
66

77
Topics in this section describe how to use expressions in a report:
88

9-
* [](xref:403357)
10-
* [](xref:120104)
11-
* [](xref:403363)
12-
* [](xref:403372)
13-
* [](xref:119236)
9+
* [Expressions Overview](use-expressions/expressions-overview.md)
10+
* [Expression Language](use-expressions/expression-language.md)
11+
* [Functions in Expressions](use-expressions/functions-in-expressions.md)
12+
* [How to: Use Expressions](use-expressions/how-to-use-expressions.md)
13+
* [Data Binding Modes](use-expressions/data-binding-modes.md)

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

Lines changed: 0 additions & 601 deletions
This file was deleted.

interface-elements-for-desktop/toc.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,8 +893,14 @@
893893
- name: Use Expressions
894894
href: articles/report-designer/report-designer-for-winforms/use-expressions.md
895895
items:
896-
- name: Expression Syntax
897-
href: articles/report-designer/report-designer-for-winforms/use-expressions/expression-syntax.md
896+
- name: Expressions Overview
897+
href: articles/report-designer/report-designer-for-winforms/use-expressions/expressions-overview.md
898+
- name: Expression Language
899+
href: articles/report-designer/report-designer-for-winforms/use-expressions/expression-language.md
900+
- name: Functions in Expressions
901+
href: articles/report-designer/report-designer-for-winforms/use-expressions/functions-in-expressions.md
902+
- name: How to: Use Expressions
903+
href: articles/report-designer/report-designer-for-winforms/use-expressions/how-to-use-expressions.md
898904
- name: Use Report Scripts
899905
href: articles/report-designer/report-designer-for-winforms/use-report-scripts.md
900906
- name: Print, Preview and Export Reports
Lines changed: 7 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,13 @@
11
---
22
title: Use Expressions
3-
owner: Anna Vekhina
3+
owner: Mary Sammal
44
---
55
# Use Expressions
66

7-
Use expressions to [retrieve and format data](use-report-elements/bind-controls-to-data.md), [create calculated fields](shape-report-data\use-calculated-fields.md) and [calculate summaries](shape-report-data\calculate-summaries\calculate-a-summary.md), [conditionally shape data and change a report control's appearance](shape-report-data\specify-conditions-for-report-elements.md).
7+
Topics in this section describe how to use expressions in a report:
88

9-
## Expression Syntax
10-
11-
An expression is a string that is parsed and processed to evaluate a value. Expressions consist of field names, constants, operators, and functions. Field names are wrapped in square brackets.
12-
13-
_"[Quantity] * [UnitPrice] * (1 - [BonusAmount])"_
14-
15-
_"[FirstName] + ' ' + [LastName]"_
16-
17-
_"[Country] == 'USA'"_
18-
19-
_"[OrderDate] > #8/16/1994# AND [Quantity] > 20"_
20-
21-
You can use [operators, functions, and constants](use-expressions\expression-syntax.md) in your expressions.
22-
23-
See the [Data Binding Modes](use-expressions/data-binding-modes.md) topic for details on the available binding modes.
24-
25-
## Expression Editor
26-
27-
The Report Designer's [Expression Editor](report-designer-tools/expression-editor.md) that provides functions, operators, data source fields, report elements, constants, and variables to construct expressions.
28-
29-
![](../../images/eurd-web-expression-editor-construct-expression.png)
30-
31-
The Expression Editor highlights an expression's syntax and supports intelligent code completion (it suggests functions and available data elements as you type).
32-
33-
![](../../images/eurd-web-expression-editor-code-completion.png)
34-
35-
The Expression Editor displays all the errors it finds in the specified expression.
36-
37-
![](../../images/eurd-web-expression-editor-error.png)
38-
39-
## Filter Editor
40-
41-
The Report Designer's [Filter Editor](report-designer-tools/filter-editor.md) allows you to specify filter criteria for a report or [Chart](use-report-elements/use-charts-and-pivot-grids.md)'s series.
42-
43-
The Filter Editor provides a visual interface where you can use an unlimited number of conditions and combine them with logical operators to create filter criteria. You can also switch to the Advanced Mode and type a filter string.
44-
45-
![](../../images/eurd-web-filter-editor-advanced-mode.png)
46-
47-
The Filter Editor highlights an expression's syntax and supports intelligent code completion (it suggests functions and available data elements as you type).
48-
49-
![](../../images/eurd-web-filter-code-completion.png)
9+
* [Expressions Overview](use-expressions/expressions-overview.md)
10+
* [Expression Language](use-expressions/expression-language.md)
11+
* [Functions in Expressions](use-expressions/functions-in-expressions.md)
12+
* [How to: Use Expressions](use-expressions/how-to-use-expressions.md)
13+
* [Data Binding Modes](use-expressions/data-binding-modes.md)

0 commit comments

Comments
 (0)