Skip to content

Commit 27ec51b

Browse files
author
epolevikov
committed
Upd
1 parent e6b0056 commit 27ec51b

File tree

3 files changed

+6
-6
lines changed
  • interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms
  • interface-elements-for-web/articles/report-designer/use-report-elements/use-basic-report-controls

3 files changed

+6
-6
lines changed

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/query-builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Click the **Filter** button to invoke the **Filter Editor**.
114114

115115
The editor has the following tabs:
116116

117-
* **Filter Tab** - Allows you to build criteria to filter data for the report. Filter criteria can reference [query parameters](../bind-to-data/specify-query-parameters.md), which you can also map to [report parameters](../shape-report-data/use-report-parameters.md).
117+
* **Filter Tab** - Allows you to build criteria to filter data for the report. Filter criteria can reference [query parameters](../bind-to-data/specify-query-parameters.md), which you can also map to [report parameters](../use-report-parameters.md).
118118
* **Group Filter Tab** - Allows you to specify filter conditions for grouped and aggregated data. This tab is disabled if the data is not grouped.
119119

120120
You can also enable the **Select only** option to limit the number of resulting data records. If you enable the **Sorting Type** option for at least one column, you can specify how many data records should be skipped.
@@ -140,7 +140,7 @@ The following properties are available for each query parameter:
140140

141141
* **Type** - The data type of the parameter's value.
142142

143-
* **Expression** - Specifies whether the parameter's value is static or generated dynamically. You can enable this option when you need to map the parameter's value to a [report parameter](../shape-report-data/use-report-parameters.md)'s value.
143+
* **Expression** - Specifies whether the parameter's value is static or generated dynamically. You can enable this option when you need to map the parameter's value to a [report parameter](../use-report-parameters.md)'s value.
144144

145145
* **Value** - The parameter's value. If the **Expression** option is enabled, this value is generated dynamically based on the parameter's [expression](../use-expressions.md).
146146

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/pdf-content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Expand the **PDF Content** control's smart tag, click the **Source** property's
4949

5050
When users save a report, the **Source** property value persists in the report file.
5151

52-
You can also use [report parameters](../../shape-report-data/use-report-parameters.md) to conditionally specify the **Source** property value or bind the property to a data source field. Refer to the following section for details: [Use Expressions](#use-expressions).
52+
You can also use [report parameters](../../use-report-parameters.md) to conditionally specify the **Source** property value or bind the property to a data source field. Refer to the following section for details: [Use Expressions](#use-expressions).
5353

5454
### Specify a Reference to a PDF Document
5555

@@ -61,7 +61,7 @@ To specify a PDF document location on the Web, assign a document URL to the **So
6161

6262
![Assign a Web URL to the Source URL property](../../../../../images/xrpdfcontent-sourceurl.png)
6363

64-
You can also use [report parameters](../../shape-report-data/use-report-parameters.md) to conditionally specify the **Source Url** property value or bind the property to a data source field. Refer to the following section for details: [Use Expressions](#use-expressions).
64+
You can also use [report parameters](../../use-report-parameters.md) to conditionally specify the **Source Url** property value or bind the property to a data source field. Refer to the following section for details: [Use Expressions](#use-expressions).
6565

6666
When users save a report, the URL or path specified in the **Source URL** property is included in the report file. The PDF document should be available at the specified location when a report is printed or rendered in Preview.
6767

interface-elements-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/pdf-content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Select the **PDF Content** control, navigate to the [Properties panel](../../rep
4343

4444
When users save a report, the **Source** property value persists in the report file.
4545

46-
You can also use [report parameters](../../shape-report-data/use-report-parameters.md) to conditionally specify the **Source** property value or bind the property to a data source field. Refer to the following section for details: [Use Expressions](#use-expressions).
46+
You can also use [report parameters](../../use-report-parameters.md) to conditionally specify the **Source** property value or bind the property to a data source field. Refer to the following section for details: [Use Expressions](#use-expressions).
4747

4848
### Specify a Reference to a PDF Document
4949

5050
Select the **PDF Content** control, navigate to the [Properties panel](../../report-designer-tools/ui-panels/properties-panel.md), and assign a path to a PDF file to this property.
5151

5252
![Assign a path to a PDF file to the Source URL property](../../../../images/xrpdfcontent-sourceurl-ellipsis.png)
5353

54-
You can also use [report parameters](../../shape-report-data/use-report-parameters.md) to conditionally specify the **Source Url** property value or bind the property to a data source field. Refer to the following section for details: [Use Expressions](#use-expressions).
54+
You can also use [report parameters](../../use-report-parameters.md) to conditionally specify the **Source Url** property value or bind the property to a data source field. Refer to the following section for details: [Use Expressions](#use-expressions).
5555

5656
When users save a report, the URL or path specified in the **Source URL** property is included in the report file. The PDF document should be available at the specified location when a report is printed or rendered in Preview.
5757

0 commit comments

Comments
 (0)