Skip to content

Commit 6a7f22e

Browse files
Prepare Docs for delivery (structure part)
1 parent 68db1ae commit 6a7f22e

File tree

40 files changed

+201
-159
lines changed

40 files changed

+201
-159
lines changed

docfx.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
"files": [
1919
"favicon.ico",
2020
"logo.svg",
21-
"eud-for-bi-dashboards/images/**",
22-
"eud-for-devexpress-reports/images/**"
21+
"eud-for-bi-dashboards/dashboard-for-web/images/**",
22+
"eud-for-devexpress-reports/reporting-for-web/images/**",
23+
"eud-for-bi-dashboards/dashboard-for-desktop/images/**",
24+
"eud-for-devexpress-reports/reporting-for-desktop/images/**"
2325
],
2426
"exclude": [
2527
"_*/**"

eud-for-bi-dashboards/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) - Link disabled: interface-elements not included. 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).

eud-for-bi-dashboards/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'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

eud-for-bi-dashboards/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, 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

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

Lines changed: 3 additions & 3 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 dialog that allows you to build complex filter criteria:
2121

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

24-
> [!Tip]
25-
> **Documentation**: [Filter Editor](~/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md)
24+
<!--> [!Tip]
25+
> **Documentation**: [Filter Editor](~/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md) - Link disabled: interface-elements not included -->
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

eud-for-bi-dashboards/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.
2828

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

eud-for-bi-dashboards/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.
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.

eud-for-bi-dashboards/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 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. |

eud-for-bi-dashboards/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 dialog, which allows you to build filter criteria.
1818

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

eud-for-bi-dashboards/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To create a dashboard parameter, follow the steps below.
1414
1. Invoke the [dashboard menu](../../ui-elements/dashboard-menu.md) and select **Parameters**.
1515
2. In the **Parameter List**, click the **Add** button. The parameter's settings form appears as follows:
1616

17-
![Web Dashboard - Add a New Dashboard Parameter](~/dashboard-for-web/images/img126106.png)
17+
![Web Dashboard - Add a New Dashboard Parameter](~/eud-for-bi-dashboards/dashboard-for-web/images/img126106.png)
1818

1919
3. Specify the parameter's settings.
2020

@@ -36,7 +36,7 @@ When you create and modify parameter names, follow the rules below:
3636

3737
Specifies the parameter description displayed in the **Parameter** column of the [Dashboard Parameters](requesting-parameter-values.md) dialog:
3838

39-
![Dashboard Parameter with Description](~/dashboard-for-web/images/dashboard-parameter-description.png)
39+
![Dashboard Parameter with Description](~/eud-for-bi-dashboards/dashboard-for-web/images/dashboard-parameter-description.png)
4040

4141
### Visible
4242

@@ -122,7 +122,7 @@ You can specify a data source as a source for dashboard parameter values. To pro
122122

123123
You can display a Dashboard Parameters window at startup and prompt a user to input parameter values before a dashboard loads and aggregates data. Dashboard items display the following message to guide users: "Waiting for Parameter Values…".
124124

125-
![dashboard-parameter-request-before-loading](~/dashboard-for-web/images/dashboard-parameter-request-before-loading.png)
125+
![dashboard-parameter-request-before-loading](~/eud-for-bi-dashboards/dashboard-for-web/images/dashboard-parameter-request-before-loading.png)
126126

127127
The Web Dashboard control loads data only after the user submits all visible parameters. This operation mode prevents unnecessary data requests and ensures the dashboard fetches only data the user actually needs.
128128

0 commit comments

Comments
 (0)