Skip to content

Commit dc28248

Browse files
author
Natalia Kazakova
committed
update links to ~
1 parent 61ae330 commit dc28248

File tree

21 files changed

+35
-35
lines changed

21 files changed

+35
-35
lines changed

dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box/editing-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This adds the **Text Box Editor** context category to the Dashboard Designer's r
1212

1313
![TextBoxEditorContextCategory](../../../../images/img123328.png)
1414

15-
To learn how to edit the content within the Text Box, see [Rich Text Editor](../../../../../interface-elements-for-desktop/articles/rich-text-editor.md). After you change the document, click **Edit** again to finish editing.
15+
To learn how to edit the content within the Text Box, see [Rich Text Editor](~/interface-elements-for-desktop/articles/rich-text-editor.md). After you change the document, click **Edit** again to finish editing.
1616

1717
> [!NOTE]
1818
> Note that the Text Box can be [bound](../../bind-dashboard-items-to-data.md) to data. To learn how to do this, see [Providing Data](providing-data.md).

dashboard-for-desktop/articles/dashboard-designer/data-analysis/aggregations/summary-level-aggregations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ These functions can be used for all types of numeric fields. After creating such
2929

3030
## Custom Aggregate Functions
3131

32-
Along with the predefined aggregations (like Min, Max, Sum, Avg), the Dashboard supports custom aggregation functions. A custom aggregate function appears in the [Expression Editor](../../../../../interface-elements-for-desktop/articles/expression-editor.md)'s categories if the function was registered in your application.
32+
Along with the predefined aggregations (like Min, Max, Sum, Avg), the Dashboard supports custom aggregation functions. A custom aggregate function appears in the [Expression Editor](~/interface-elements-for-desktop/articles/expression-editor.md)'s categories if the function was registered in your application.
3333

3434
The following image illustrates the custom _StringConcat_ function in the **Aggregate** function’s category:
3535

dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To apply filtering to a data source, click the **Filter** button in the **Data S
2929

3030
![Data Source Filter Button](../../../../images/datasourcefiltering_filterbutton_ribbon22300.png)
3131

32-
In the invoked [Filter Editor](../../../../../interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md), specify the filter criteria. To compare a field value with a parameter value, click the ![Parameters_FilterEditor_CompareButton](../../../../images/parameters_filtereditor_comparebutton21820.png) button and then the ![Parameters_FilterEditor_CompareButton2](../../../../images/parameters_filtereditor_comparebutton221824.png) button. Then, click the second operand's placeholder to invoke the list of available parameters and select the required parameter:
32+
In the invoked [Filter Editor](~/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md), specify the filter criteria. To compare a field value with a parameter value, click the ![Parameters_FilterEditor_CompareButton](../../../../images/parameters_filtereditor_comparebutton21820.png) button and then the ![Parameters_FilterEditor_CompareButton2](../../../../images/parameters_filtereditor_comparebutton221824.png) button. Then, click the second operand's placeholder to invoke the list of available parameters and select the required parameter:
3333

3434
![Data Source Filtering - Filter Criteria with a Parameter](../../../../images/filter-ds-parameterpselection-win.png)
3535

dashboard-for-desktop/articles/dashboard-designer/data-shaping/filtering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Filters that apply to a [dashboard item](../dashboard-item-settings.md) affect o
1717

1818
![DataShaping_Filtering_EditFilterMenuItem](../../../images/datashaping_filtering_editfiltermenuitem19369.png)
1919

20-
This invokes the [Filter Editor](../../../../interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md) dialog that allows you to build complex filter criteria:
20+
This invokes the [Filter Editor](~/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md) dialog that allows you to build complex filter criteria:
2121

2222
![DataShaping_Filtering_FilterEditor](../../../images/datashaping_filtering_filtereditor19370.png)
2323

2424
> [!Tip]
25-
> **Documentation**: [Filter Editor](../../../../interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md)
25+
> **Documentation**: [Filter Editor](~/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md)
2626
2727
To clear the applied filter, select **Clear** from the dashboard item's context menu or click the **Clear** button in the **Data** Ribbon tab.
2828

dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-extract-data-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To create a new data extract from the existing data source, perform the followin
2424
4. **(Conditional)** The next page only appears if you are creating the data extract based on the Entity Framework or Object data sources, and allows you to select the required fields.
2525

2626
![DataSourceWizard_Extract_SelectFields](../../../images/img123955.png)
27-
5. On the next page, you can specify the filter used to extract data. To learn how to specify the filter criteria, see [Filter Data via the Filter Editor](../../../../interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md).
27+
5. On the next page, you can specify the filter used to extract data. To learn how to specify the filter criteria, see [Filter Data via the Filter Editor](~/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md).
2828

2929
![DataSourceWizard_Extract_FilterData](../../../images/img123131.png)
3030

dashboard-for-desktop/articles/dashboard-designer/ui-elements/print-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This document describes the **Print Preview** window, which displays the dashboa
99
![PrintPreviewRibbon](../../../images/img22919.png)
1010

1111
## Specific Options
12-
In the Print Preview, you can change the orientation and size of the printed page, specify the margins, scale the document, etc. To learn more, see [Print Preview for WinForms](../../../../interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms.md).
12+
In the Print Preview, you can change the orientation and size of the printed page, specify the margins, scale the document, etc. To learn more, see [Print Preview for WinForms](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms.md).
1313

1414
You can also customize printing options specific to a dashboard/dashboard item. To do this, click the **Options** button in the **Print** group.
1515
When previewing the dashboard, the following **Options** dialog will be invoked.

dashboard-for-desktop/articles/dashboard-designer/work-with-data/creating-calculated-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This menu contains the following items.
5151

5252
| Item | Description |
5353
|---|---|
54-
| **Edit Expression...** | Invokes the [Expression Editor](../../../../interface-elements-for-desktop/articles/expression-editor.md) dialog, which allows you to change an expression for an existing calculated field. |
54+
| **Edit Expression...** | Invokes the [Expression Editor](~/interface-elements-for-desktop/articles/expression-editor.md) dialog, which allows you to change an expression for an existing calculated field. |
5555
| **Field Type** | Specifies the type of the calculated field. |
5656
| **Rename** | Changes the calculated field name. |
5757
| **Delete** | Removes the existing calculated field from the data source. |

dashboard-for-desktop/articles/dashboard-designer/work-with-data/filter-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To filter data in the Query Builder, click the **Filter...** button... in the **
1414

1515
![EditQueriesButton_Ribbon](../../../images/img118162.png)
1616

17-
... or use a corresponding button within the [Query Builder](using-the-query-builder.md). This will invoke the [Filter Editor](../../../../interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md) dialog, which allows you to build filter criteria.
17+
... or use a corresponding button within the [Query Builder](using-the-query-builder.md). This will invoke the [Filter Editor](~/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md) dialog, which allows you to build filter criteria.
1818

1919
![FilterEditorDialog_SqlDataSource](../../../images/img121069.png)
2020

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](/reporting-for-desktop/report-designer/report-designer-for-winforms/use-expressions/expression-language.md)
13+
|Reporting | [Expression Constants, Operators, and Functions](~/reporting-for-desktop/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

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings/change-a-report-page-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ These settings affect the layout of the report's design surface. After their mod
2424

2525
![](../../../../images/eurd-win-report-controls-printing-warning.png)
2626

27-
You can also modify the page settings in [Print Preview](../preview-print-and-export-reports.md) using the [Page Setup](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/printing-and-page-setup/change-printing-settings-via-the-page-setup-dialog.md) dialog.
27+
You can also modify the page settings in [Print Preview](../preview-print-and-export-reports.md) using the [Page Setup](~/interface-elements-for-desktop/articles//print-preview/print-preview-for-winforms/printing-and-page-setup/change-printing-settings-via-the-page-setup-dialog.md) dialog.
2828

0 commit comments

Comments
 (0)