From 835b52ca6e4d2afa349b0f2fd4da2192dfbe0e06 Mon Sep 17 00:00:00 2001 From: Natalia Kazakova <17986517+natakazakova@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:26:10 +0200 Subject: [PATCH] Master (#220) * update to new doc fx (#216) * update to new doc fx * Update README.md * fix matomo updated partial for 'default', added layout for modern, fix parameters to pass metadata * Apply suggestions from code review Co-authored-by: pollyndos <56310766+pollyndos@users.noreply.github.com> * add gitignore * add license * fix word order * move note --------- Co-authored-by: Sergey Avramenko Co-authored-by: pollyndos <56310766+pollyndos@users.noreply.github.com> * update dashboard parameters (#218) * update web dashboard * update winforms part * fix links * fix links * update links to ~ * fix slashes --------- Co-authored-by: Sergey Avramenko Co-authored-by: pollyndos <56310766+pollyndos@users.noreply.github.com> --- .../text-box/editing-text.md | 2 +- .../summary-level-aggregations.md | 2 +- .../passing-parameter-values.md | 2 +- .../data-shaping/filtering.md | 4 ++-- .../binding-to-extract-data-sources.md | 2 +- .../ui-elements/print-preview.md | 2 +- .../creating-calculated-fields.md | 2 +- .../work-with-data/filter-queries.md | 2 +- .../create-cascading-parameters.md | 2 +- .../passing-parameter-values.md | 4 ++-- ...ssion-operators-functions-and-constants.md | 2 +- .../change-a-report-page-settings.md | 2 +- .../preview-print-and-export-reports.md | 22 +++++++++---------- .../calculate-a-summary.md | 2 +- .../filter-data-at-the-data-source-level.md | 2 +- .../filter-data-at-the-report-level.md | 2 +- .../shape-report-data/format-data.md | 2 +- .../bar-code-recognition-specifics.md | 4 ++-- .../character-comb.md | 6 ++--- .../pdf-signature.md | 2 +- .../use-embedded-fields-mail-merge.md | 2 +- .../document-preview.md | 2 +- .../export-document-dialog.md | 2 +- 23 files changed, 38 insertions(+), 38 deletions(-) diff --git a/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box/editing-text.md b/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box/editing-text.md index 5b57e789c3..5bce714db5 100644 --- a/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box/editing-text.md +++ b/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box/editing-text.md @@ -12,7 +12,7 @@ This adds the **Text Box Editor** context category to the Dashboard Designer's r ![TextBoxEditorContextCategory](../../../../images/img123328.png) -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. +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. > [!NOTE] > 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). \ No newline at end of file diff --git a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/aggregations/summary-level-aggregations.md b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/aggregations/summary-level-aggregations.md index b050bf72bc..42c6cde563 100644 --- a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/aggregations/summary-level-aggregations.md +++ b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/aggregations/summary-level-aggregations.md @@ -29,7 +29,7 @@ These functions can be used for all types of numeric fields. After creating such ## Custom Aggregate Functions -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. +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. The following image illustrates the custom _StringConcat_ function in the **Aggregate** function’s category: diff --git a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.md b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.md index a74ace0f96..98c29f68f0 100644 --- a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.md +++ b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.md @@ -29,7 +29,7 @@ To apply filtering to a data source, click the **Filter** button in the **Data S ![Data Source Filter Button](../../../../images/datasourcefiltering_filterbutton_ribbon22300.png) -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: +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: ![Data Source Filtering - Filter Criteria with a Parameter](../../../../images/filter-ds-parameterpselection-win.png) diff --git a/dashboard-for-desktop/articles/dashboard-designer/data-shaping/filtering.md b/dashboard-for-desktop/articles/dashboard-designer/data-shaping/filtering.md index 4054165857..140f4adfa0 100644 --- a/dashboard-for-desktop/articles/dashboard-designer/data-shaping/filtering.md +++ b/dashboard-for-desktop/articles/dashboard-designer/data-shaping/filtering.md @@ -17,12 +17,12 @@ Filters that apply to a [dashboard item](../dashboard-item-settings.md) affect o ![DataShaping_Filtering_EditFilterMenuItem](../../../images/datashaping_filtering_editfiltermenuitem19369.png) -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: +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: ![DataShaping_Filtering_FilterEditor](../../../images/datashaping_filtering_filtereditor19370.png) > [!Tip] -> **Documentation**: [Filter Editor](../../../../interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md) +> **Documentation**: [Filter Editor](~/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md) To clear the applied filter, select **Clear** from the dashboard item's context menu or click the **Clear** button in the **Data** Ribbon tab. diff --git a/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-extract-data-sources.md b/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-extract-data-sources.md index de4d520cb7..39769f8f8b 100644 --- a/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-extract-data-sources.md +++ b/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-extract-data-sources.md @@ -24,7 +24,7 @@ To create a new data extract from the existing data source, perform the followin 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. ![DataSourceWizard_Extract_SelectFields](../../../images/img123955.png) -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). +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). ![DataSourceWizard_Extract_FilterData](../../../images/img123131.png) diff --git a/dashboard-for-desktop/articles/dashboard-designer/ui-elements/print-preview.md b/dashboard-for-desktop/articles/dashboard-designer/ui-elements/print-preview.md index 10db4f30e0..c5a4bd95b3 100644 --- a/dashboard-for-desktop/articles/dashboard-designer/ui-elements/print-preview.md +++ b/dashboard-for-desktop/articles/dashboard-designer/ui-elements/print-preview.md @@ -9,7 +9,7 @@ This document describes the **Print Preview** window, which displays the dashboa ![PrintPreviewRibbon](../../../images/img22919.png) ## Specific Options -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). +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). You can also customize printing options specific to a dashboard/dashboard item. To do this, click the **Options** button in the **Print** group. When previewing the dashboard, the following **Options** dialog will be invoked. diff --git a/dashboard-for-desktop/articles/dashboard-designer/work-with-data/creating-calculated-fields.md b/dashboard-for-desktop/articles/dashboard-designer/work-with-data/creating-calculated-fields.md index 0a800b72be..281e1a8d43 100644 --- a/dashboard-for-desktop/articles/dashboard-designer/work-with-data/creating-calculated-fields.md +++ b/dashboard-for-desktop/articles/dashboard-designer/work-with-data/creating-calculated-fields.md @@ -51,7 +51,7 @@ This menu contains the following items. | Item | Description | |---|---| -| **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. | +| **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. | | **Field Type** | Specifies the type of the calculated field. | | **Rename** | Changes the calculated field name. | | **Delete** | Removes the existing calculated field from the data source. | \ No newline at end of file diff --git a/dashboard-for-desktop/articles/dashboard-designer/work-with-data/filter-queries.md b/dashboard-for-desktop/articles/dashboard-designer/work-with-data/filter-queries.md index 11c92063c8..2cb5473297 100644 --- a/dashboard-for-desktop/articles/dashboard-designer/work-with-data/filter-queries.md +++ b/dashboard-for-desktop/articles/dashboard-designer/work-with-data/filter-queries.md @@ -14,7 +14,7 @@ To filter data in the Query Builder, click the **Filter...** button... in the ** ![EditQueriesButton_Ribbon](../../../images/img118162.png) -... 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. +... 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. ![FilterEditorDialog_SqlDataSource](../../../images/img121069.png) diff --git a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.md b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.md index 15c406494c..cfeb3bdf26 100644 --- a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.md +++ b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.md @@ -39,7 +39,7 @@ The steps below create cascading parameters in the Web Dashboard: ![Dashboard for Web - Filter Query](../../../../images/web-filter-properties.png) - In the [Filter Editor](../../ui-elements/dialogs-and-wizards/filter-editor.md), specify the filter criteria. From the drop-down list select *Parameter* and create a new [query parameter](../../provide-data/working-with-sql-data-sources//pass-query-parameters.md) called **categoryQueryParam**: + In the [Filter Editor](../../ui-elements/dialogs-and-wizards/filter-editor.md), specify the filter criteria. From the drop-down list select *Parameter* and create a new [query parameter](../../provide-data/working-with-sql-data-sources/pass-query-parameters.md) called **categoryQueryParam**: ![Dashboard for Web - Filter Query](../../../../images/web-category-parameter-filter-cascading.png) diff --git a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.md b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.md index 54402b9e43..770c9aa2fa 100644 --- a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.md +++ b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.md @@ -12,7 +12,7 @@ This topic describes how to reference a dashboard parameter in [filter strings]( ## SQL Queries and Stored Procedures -You can filter the SQL data sources dynamically if you bind a [query parameter](../../provide-data/working-with-sql-data-sources//pass-query-parameters.md) to a dashboard parameter. +You can filter the SQL data sources dynamically if you bind a [query parameter](../../provide-data/working-with-sql-data-sources/pass-query-parameters.md) to a dashboard parameter. Invoke the **Data Source Wizard** window or use the **Properties** section of the [Query Builder](../../ui-elements/dialogs-and-wizards/query-builder.md) to access the query parameter settings. Change the query parameter type to *Expression* and specify the expression with a dashboard parameter in the **Value** field: @@ -22,7 +22,7 @@ The resulting query parameter settings may appear as follows: ![Query Parameter - Expression Type with Parameter](../../../../images/wdd-query-parameters-parameter-expression.png) -Refer to the following article for more information about query parameters: [Use Query Parameters](../../provide-data/working-with-sql-data-sources//pass-query-parameters.md). +Refer to the following article for more information about query parameters: [Use Query Parameters](../../provide-data/working-with-sql-data-sources/pass-query-parameters.md). >[!TIP] >For information on how to filter Excel, Object, XPO, and JSON data sources, refer to the following article: [Filter Data Sources](../../provide-data/filter-data-sources.md). diff --git a/interface-elements-for-desktop/articles/expression-editor/expression-operators-functions-and-constants.md b/interface-elements-for-desktop/articles/expression-editor/expression-operators-functions-and-constants.md index 34059c0cae..de36fb80b7 100644 --- a/interface-elements-for-desktop/articles/expression-editor/expression-operators-functions-and-constants.md +++ b/interface-elements-for-desktop/articles/expression-editor/expression-operators-functions-and-constants.md @@ -10,7 +10,7 @@ The following DevExpress products extend and/or override this syntax. The table |Product | Article | |---|---| -|Reporting | [Expression Constants, Operators, and Functions](/reporting-for-desktop/report-designer/report-designer-for-winforms/use-expressions/expression-language.md) +|Reporting | [Expression Constants, Operators, and Functions](~/reporting-for-desktop/report-designer/report-designer-for-winforms/use-expressions/expression-language.md) |Pivot Grid | [Pivot Grid Expression Syntax](../pivot-table/data-editing/pivot-grid-expression-syntax.md) ## Operators diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings/change-a-report-page-settings.md b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings/change-a-report-page-settings.md index 6caf53f050..d91bd2cd3d 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings/change-a-report-page-settings.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings/change-a-report-page-settings.md @@ -24,5 +24,5 @@ These settings affect the layout of the report's design surface. After their mod ![](../../../../images/eurd-win-report-controls-printing-warning.png) -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. +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. diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/preview-print-and-export-reports.md b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/preview-print-and-export-reports.md index bd919d6a83..a81219bab4 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/preview-print-and-export-reports.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/preview-print-and-export-reports.md @@ -9,7 +9,7 @@ To switch a report to the print preview mode, click the **Preview** tab. You wil ![eurd-win-preview](../../../images/eurd-win-preview.png) > [!NOTE] -> To learn more about the options available in the print preview mode, refer to the [Print Preview for WinForms](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms.md) section of this documentation. +> To learn more about the options available in the print preview mode, refer to the [Print Preview for WinForms](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms.md) section of this documentation. ## Print a Report @@ -25,13 +25,13 @@ When in the Print Preview mode, you can export your report to files in different The following documents describe the basics of report exporting and format-specific export options. -* [Exporting from Print Preview](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/exporting-from-print-preview.md) -* [PDF-Specific Export Options](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/pdf-specific-export-options.md) -* [HTML-Specific Export Options](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/html-specific-export-options.md) -* [MHT-Specific Export Options](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/mht-specific-export-options.md) -* [RTF-Specific Export Options](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/rtf-specific-export-options.md) -* [XLS-Specific Export Options](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.md) -* [XLSX-Specific Export Options](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md) -* [CSV-Specific Export Options](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/csv-specific-export-options.md) -* [TXT-Specific Export Options](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/txt-specific-export-options.md) -* [Image-Specific Export Options](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/image-specific-export-options.md) \ No newline at end of file +* [Exporting from Print Preview](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/exporting-from-print-preview.md) +* [PDF-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/pdf-specific-export-options.md) +* [HTML-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/html-specific-export-options.md) +* [MHT-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/mht-specific-export-options.md) +* [RTF-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/rtf-specific-export-options.md) +* [XLS-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.md) +* [XLSX-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md) +* [CSV-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/csv-specific-export-options.md) +* [TXT-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/txt-specific-export-options.md) +* [Image-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/image-specific-export-options.md) \ No newline at end of file diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-a-summary.md b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-a-summary.md index 17a1171a09..bd24f3fafe 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-a-summary.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-a-summary.md @@ -37,7 +37,7 @@ Follow the steps below to calculate a summary: ![summary-expressions-label-smart-tag](../../../../../images/eurd-label-summaryeditor.png) > [!TIP] - > See the [Expression Operators, Functions and Constants](/interface-elements-for-desktop/articles/expression-editor/expression-operators-functions-and-constants.md) topic for a complete list of supported summary functions. + > See the [Expression Operators, Functions and Constants](~/interface-elements-for-desktop/articles/expression-editor/expression-operators-functions-and-constants.md) topic for a complete list of supported summary functions. 2. You can use the **Format String** property to format the summary value: ![summary-format-string-label-smart-tag](../../../../../images/eurd-summary-label-details.png) diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-data-source-level.md b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-data-source-level.md index 67b8733dde..22d3f52006 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-data-source-level.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-data-source-level.md @@ -20,7 +20,7 @@ This tutorial illustrates how to filter data at the report data source level, as ![](../../../../../images/eurd-win-filer-data-source-filter-string-property.png) -5. In the invoked [Filter Editor](/interface-elements-for-desktop/articles//filter-editor.md), construct an expression where the data fields are compared with the required values as shown below. +5. In the invoked [Filter Editor](~/interface-elements-for-desktop/articles/filter-editor.md), construct an expression where the data fields are compared with the required values as shown below. ![](../../../../../images/eurd-win-filer-data-source-filter-string.png) diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-report-level.md b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-report-level.md index 0325f4a1dd..498222763e 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-report-level.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-report-level.md @@ -16,7 +16,7 @@ This tutorial illustrates how to filter data at the report level, as opposed to 4. Click the report's smart tag and click the **Filter String** property's ellipsis button. - In the invoked [FilterString Editor](/interface-elements-for-desktop/articles/filter-editor.md), construct an expression in which the data fields are compared with the required values. + In the invoked [FilterString Editor](~/interface-elements-for-desktop/articles/filter-editor.md), construct an expression in which the data fields are compared with the required values. ![](../../../../../images/eurd-win-filter-data-report-level-filter-string.png) diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/format-data.md b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/format-data.md index 6e2b8f6800..a98b4b905d 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/format-data.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/format-data.md @@ -25,4 +25,4 @@ When switching to [Print Preview](../preview-print-and-export-reports.md), you c ![](../../../../images/eurd-win-format-data-result.png) -You can use the control's **Xlsx Format String** property to assign a native Excel format that is used for exporting reports to [XLSX](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md). \ No newline at end of file +You can use the control's **Xlsx Format String** property to assign a native Excel format that is used for exporting reports to [XLSX](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md). \ No newline at end of file diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/bar-code-recognition-specifics.md b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/bar-code-recognition-specifics.md index 78ce6d31ff..012e777428 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/bar-code-recognition-specifics.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/bar-code-recognition-specifics.md @@ -24,9 +24,9 @@ For the [Code 128](code-128.md) symbology, you can also define **FNC2-4** charac For the list of the available application identifiers, refer to the official documentation at [www.gs1.org](http://www.gs1.org/). ## Specify the Barcode Resolution on Export to Third-Party Formats -At present, only [export to PDF](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/pdf-specific-export-options.md) preserves the original barcode in its vector form. Export to other formats will keep only the rasterized version of a barcode (with the default DPI set to **96**). +At present, only [export to PDF](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/pdf-specific-export-options.md) preserves the original barcode in its vector form. Export to other formats will keep only the rasterized version of a barcode (with the default DPI set to **96**). -For [XLSX](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md) and [XLS](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.md) export, the output resolution can be set up manually using the **Rasterization Resolution** property. +For [XLSX](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md) and [XLS](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.md) export, the output resolution can be set up manually using the **Rasterization Resolution** property. ## Specify the DPI of the Device Used to Print the Bar Code diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/character-comb.md b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/character-comb.md index 6c61a40223..05b6d7669a 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/character-comb.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/character-comb.md @@ -30,9 +30,9 @@ You can also adjust the character comb's size to match its characters using the ![](../../../../../images/eurd-character-comb-fit-bounds-to-text-without-word-wrap.png) -When exporting this control to [third-party formats](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/exporting-from-print-preview.md), consider the following -* When a report is exported to an [XLS](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.md) or [XLSX](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md) file, the cells of the Character Comb correspond to the cells of a resulting Excel sheet. -* When a report is exported to a [CSV](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/csv-specific-export-options.md) (or [TXT](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/txt-specific-export-options.md)) file, the content of individual cells is separated (or spaced) by a specified **Separator** character. +When exporting this control to [third-party formats](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/exporting-from-print-preview.md), consider the following +* When a report is exported to an [XLS](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.md) or [XLSX](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md) file, the cells of the Character Comb correspond to the cells of a resulting Excel sheet. +* When a report is exported to a [CSV](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/csv-specific-export-options.md) (or [TXT](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/txt-specific-export-options.md)) file, the content of individual cells is separated (or spaced) by a specified **Separator** character. In most aspects, the Character Comb is similar to the [Label](Label.md) control from which it inherits most of its properties and its basic behavior. For general information about binding these controls to data and display summary function results, see the [Label](Label.md) topic. To learn about Character Comb specifics, see the following sections in this document. diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/pdf-signature.md b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/pdf-signature.md index ec1d3ce90e..7913f01152 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/pdf-signature.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/pdf-signature.md @@ -6,7 +6,7 @@ author: Sergey Andreev **PDF Signature** is a control that adds a visual signature to a report exported to PDF. -You can sign a report document when you [export it to PDF](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/exporting-from-print-preview.md). The signature information you specify is saved to the document's **PDF Signature Options**. The **PDF Signature** control visualizes the document signature information: +You can sign a report document when you [export it to PDF](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/exporting-from-print-preview.md). The signature information you specify is saved to the document's **PDF Signature Options**. The **PDF Signature** control visualizes the document signature information: * Certificate name * Distinguished name diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-embedded-fields-mail-merge.md b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-embedded-fields-mail-merge.md index dd7144fd16..d18543a1e3 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-embedded-fields-mail-merge.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-embedded-fields-mail-merge.md @@ -29,7 +29,7 @@ Consider the following specifics and limitations when using embedded fields: * Field names should not use spaces to be interpreted correctly. * Mail Merge is not available for a table's nested fields in a master-detail hierarchy. -* Embedded fields cannot be exported to [XLS](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.md) and [XLSX](/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md) as values; they are always exported as plain text. We recommend using [text formats](../shape-report-data/format-data.md) instead if you need to accompany dynamic data with static text. +* Embedded fields cannot be exported to [XLS](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.md) and [XLSX](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md) as values; they are always exported as plain text. We recommend using [text formats](../shape-report-data/format-data.md) instead if you need to accompany dynamic data with static text. ## Format Embedded Fields The mail merge feature enables you to apply formats to embedded field values. Select a required data field and click the control's smart tag. Click the **Format String** property's ellipsis button, and in the invoked **Format String Editor**, choose a built-in format pattern. diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview.md b/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview.md index 3921fa889c..57ba92404a 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview.md @@ -18,4 +18,4 @@ Different elements of the Report Designer's preview are covered in the following * [Document Map Panel](document-preview/document-map-panel.md) > [!NOTE] -> To learn more about the options available in the preview mode, refer to the [Print Preview for WPF](/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf.md) section of this documentation. \ No newline at end of file +> To learn more about the options available in the preview mode, refer to the [Print Preview for WPF](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf.md) section of this documentation. \ No newline at end of file diff --git a/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/export-document-dialog.md b/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/export-document-dialog.md index dea53306ff..80c1d9ef0a 100644 --- a/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/export-document-dialog.md +++ b/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/export-document-dialog.md @@ -4,7 +4,7 @@ author: Anna Gubareva legacyId: 116448 --- # Export Document Dialog -The Print Preview allows you to view and edit various format-specific options, and then export a report to one of the supported third-party formats. There are two options for [exporting](/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/exporting.md) a document. The first way is to export a document to a file on disk using the **Export Document** dialog. +The Print Preview allows you to view and edit various format-specific options, and then export a report to one of the supported third-party formats. There are two options for [exporting](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/exporting.md) a document. The first way is to export a document to a file on disk using the **Export Document** dialog. ![WPFDesigner_ExportDocumentDialog](../../../../images/img120186.png)