Skip to content

Commit 6809b35

Browse files
author
Natalia Kazakova
committed
fix slashes
1 parent a98db89 commit 6809b35

File tree

14 files changed

+24
-24
lines changed

14 files changed

+24
-24
lines changed

dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The steps below create cascading parameters in the Web Dashboard:
3939
![Dashboard for Web - Filter Query](../../../../images/web-filter-properties.png)
4040

4141

42-
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**:
42+
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**:
4343

4444
![Dashboard for Web - Filter Query](../../../../images/web-category-parameter-filter-cascading.png)
4545

dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This topic describes how to reference a dashboard parameter in [filter strings](
1212
1313
## SQL Queries and Stored Procedures
1414

15-
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.
15+
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.
1616

1717
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:
1818

@@ -22,7 +22,7 @@ The resulting query parameter settings may appear as follows:
2222

2323
![Query Parameter - Expression Type with Parameter](../../../../images/wdd-query-parameters-parameter-expression.png)
2424

25-
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).
25+
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).
2626

2727
>[!TIP]
2828
>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).

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

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/preview-print-and-export-reports.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ The following documents describe the basics of report exporting and format-speci
2828
* [Exporting from Print Preview](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/exporting-from-print-preview.md)
2929
* [PDF-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/pdf-specific-export-options.md)
3030
* [HTML-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/html-specific-export-options.md)
31-
* [MHT-Specific Export Options](~/interface-elements-for-desktop/articles//print-preview/print-preview-for-winforms/exporting/mht-specific-export-options.md)
32-
* [RTF-Specific Export Options](~/interface-elements-for-desktop/articles//print-preview/print-preview-for-winforms/exporting/rtf-specific-export-options.md)
33-
* [XLS-Specific Export Options](~/interface-elements-for-desktop/articles//print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.md)
34-
* [XLSX-Specific Export Options](~/interface-elements-for-desktop/articles//print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md)
35-
* [CSV-Specific Export Options](~/interface-elements-for-desktop/articles//print-preview/print-preview-for-winforms/exporting/csv-specific-export-options.md)
36-
* [TXT-Specific Export Options](~/interface-elements-for-desktop/articles//print-preview/print-preview-for-winforms/exporting/txt-specific-export-options.md)
37-
* [Image-Specific Export Options](~/interface-elements-for-desktop/articles//print-preview/print-preview-for-winforms/exporting/image-specific-export-options.md)
31+
* [MHT-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/mht-specific-export-options.md)
32+
* [RTF-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/rtf-specific-export-options.md)
33+
* [XLS-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.md)
34+
* [XLSX-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.md)
35+
* [CSV-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/csv-specific-export-options.md)
36+
* [TXT-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/txt-specific-export-options.md)
37+
* [Image-Specific Export Options](~/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/image-specific-export-options.md)

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-a-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Follow the steps below to calculate a summary:
3737
![summary-expressions-label-smart-tag](../../../../../images/eurd-label-summaryeditor.png)
3838

3939
> [!TIP]
40-
> 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.
40+
> 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.
4141
2. You can use the **Format String** property to format the summary value:
4242

4343
![summary-format-string-label-smart-tag](../../../../../images/eurd-summary-label-details.png)

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-data-source-level.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This tutorial illustrates how to filter data at the report data source level, as
2020

2121
![](../../../../../images/eurd-win-filer-data-source-filter-string-property.png)
2222

23-
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.
23+
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.
2424

2525
![](../../../../../images/eurd-win-filer-data-source-filter-string.png)
2626

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-report-level.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This tutorial illustrates how to filter data at the report level, as opposed to
1616

1717
4. Click the report's smart tag and click the **Filter String** property's ellipsis button.
1818

19-
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.
19+
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.
2020

2121
![](../../../../../images/eurd-win-filter-data-report-level-filter-string.png)
2222

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/format-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ When switching to [Print Preview](../preview-print-and-export-reports.md), you c
2525
![](../../../../images/eurd-win-format-data-result.png)
2626

2727

28-
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).
28+
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).

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/bar-code-recognition-specifics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ For the [Code 128](code-128.md) symbology, you can also define **FNC2-4** charac
2424
For the list of the available application identifiers, refer to the official documentation at [www.gs1.org](http://www.gs1.org/).
2525

2626
## Specify the Barcode Resolution on Export to Third-Party Formats
27-
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**).
27+
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**).
2828

29-
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.
29+
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.
3030

3131
## Specify the DPI of the Device Used to Print the Bar Code
3232

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/character-comb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ You can also adjust the character comb's size to match its characters using the
3030

3131
![](../../../../../images/eurd-character-comb-fit-bounds-to-text-without-word-wrap.png)
3232

33-
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
34-
* 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.
35-
* 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.
33+
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
34+
* 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.
35+
* 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.
3636

3737
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.
3838

0 commit comments

Comments
 (0)