diff --git a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters.html b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters.html
index 420cc3663..06124dd3e 100644
--- a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters.html
+++ b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters.html
@@ -2,9 +2,9 @@
- Using Dashboard Parameters | DevExpress End-User Documentation
+ Use Dashboard Parameters | DevExpress End-User Documentation
-
+
@@ -93,14 +93,15 @@ Table of Contents
-Using Dashboard Parameters
+Use Dashboard Parameters
You can use dashboard parameters when it is necessary to pass data of a certain type to a dashboard (e.g., to pass a specific value to the data source filter string or a calculated field).
The topics in this section describe how to use dashboard parameters.
diff --git a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/create-cascading-parameters.html b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/create-cascading-parameters.html
new file mode 100644
index 000000000..a9e882169
--- /dev/null
+++ b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/create-cascading-parameters.html
@@ -0,0 +1,165 @@
+
+
+
+
+ Cascading Parameters | DevExpress End-User Documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Cascading Parameters
+
+Create cascading parameters to filter a list of predefined parameter values based on another parameter's values. The following image illustrates cascading parameters where the pProducts parameter values are filtered by the selected category:
+
+In case of two parameters, the first parameter is used to filter the data source for the second parameter with dynamic list settings.
+Create Cascading Parameters
+The dashboard in this example is connected to a Northwind database (an SQL Database) and contains three queries : Categories , Products , and OrderReports . The Grid item visualizes data from the OrderReports query.
+In this tutorial, you will create two dashboard parameters:
+
+The pCategory parameter filters the Products query. The Products query is a data source for the pProducts parameter.
+The pProducts parameter filters the OrderReports query.
+
+The steps below create cascading parameters in the WinForms Dashboard Designer:
+
+Create a dashboard parameter called pCategory with dynamic list settings. Use the Categories query as a data member and the CategoryID as a value member.
+The parameter settings may look as follows:
+
+
+Use the created pCategory parameter to filter the Products query.
+To do this, invoke the Query Builder and click the Filter... button to specify the filter criteria in the Filter Editor . Choose the Bind To option to automatically bind a query parameter to the created dashboard parameter:
+
+The resulting query looks as follows:
+[Products.CategoryID]=?pCategory
+
+
+Create a dashboard parameter called pProducts with dynamic list settings. Use the Products query as a data member and the ProductID as a value member.
+The parameter settings may look as follows:
+
+
+Use the pProducts dashboard parameter to filter the OrderReports query.
+To do this, invoke the Query Builder and click the Filter... button to specify the filter criteria in the Filter Editor . Choose the Bind To option to automatically bind a query parameter to the created dashboard parameter:
+
+The resulting query looks as follows:
+[OrderReports.ProductID] In ?pProducts
+
+
+Create a Grid item to visualize data from the filtered OrderReports query.
+
+
+
+
Tip
+
When using a multi-value parameter to filter a query, create the condition with the Is any of
or Is none of
operator.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Copyright (c) 1998-2024 Developer Express Inc. All rights reserved.
+
+
+
+
+
diff --git a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html
index d87939ab9..9ef62e90b 100644
--- a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html
+++ b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html
@@ -2,9 +2,9 @@
- Creating Parameters | DevExpress End-User Documentation
+ Create a Dashboard Parameter | DevExpress End-User Documentation
-
+
@@ -93,84 +93,126 @@ Table of Contents
-Creating Parameters
+
-This topic explains how to create a new dashboard parameter and specify its settings.
-
- Creating Parameters in the Dashboard Designer
-To create dashboard parameters in the Dashboard Designer, do the following:
+This topic shows how to add a new dashboard parameter and specify its settings in the Dashboard Designer.
+Create a Parameter in the UI
+To create dashboard parameters in the Dashboard Designer, follow the steps below.
-Click the Parameters button on the Ribbon's Data Source tab.
-
+Click the Parameters button from the Dashboard page group on the Ribbon's Home page.
+
-In the invoked dialog, click the Add button to add a new parameter.
-
-
-Specify the following settings.
-
-Visible - Specifies whether or not the parameter editor is visible in the Dashboard Parameters dialog.
+In the invoked dialog, click the Add button to create a dashboard parameter.
+
-Allow Null - Specifies whether or a not null value can be passed as a parameter value.
-
-Allow Multiselect - Specifies whether or not multi-selection is enabled for the current parameter. The following limitations are applied to parameters with multi-selection enabled.
-
-Use the is any of or is none of operators to pass a multi-select parameter to a filter criteria or to the Expression format condition.
-Use the In or Not In operators to pass a multi-select parameter to a calculated field expression.
-Stored procedures used in the SQL data source do not support multi-select parameters.
-
+Specify the parameter's settings and click OK to save the created parameter.
-Name - Specifies the parameter name. When creating and modifying parameter names, follow the rules below.
+
+Parameter Settings
+Name
+Specifies the parameter name.
+When you create and modify parameter names, follow the rules below:
-A name can contain letters, numbers and underscores.
+A name can contain letters, numbers, and underscores.
A name cannot contain spaces.
A name cannot be an empty string.
The dashboard cannot contain parameters with the same name.
Names are case-sensitive. For example, you can create the names Parameter and PARAMETER .
-
-Description - Specifies the parameter's description. The parameter's description is the value displayed in the Parameter Name column of the Dashboard Parameters dialog.
-
-Look-Up Settings - Specifies the parameter's look-up editor settings .
-
-Select All Values - Specifies whether or not all parameter values should be selected in the initial state of the Dashboard Viewer.
-Note that this option is in effect when Allow Multiselect is set to true .
-
-Type - Specifies the parameter type.
-
-Value - Specifies the default parameter’s value. Note that when Allow Multiselect is set to true , the Value option allows you to select multiple parameter values.
-
+Description
+Specifies the parameter description displayed in the Parameter column of the Dashboard Parameters dialog.
+
+Visible
+Specifies whether the parameter is visible in the Dashboard Parameters dialog.
+Allow Null
+Specifies whether a null value can be passed as a parameter value.
+Allow Multiselect
+Specifies whether multi-selection is enabled for the current parameter.
+The following limitations apply to parameters with multi-selection enabled:
+
+Use the Is any of or Is none of operators to pass a multi-select parameter to a filter criteria or to the Expression format condition.
+Use the In or Not In operators to pass a multi-select parameter to a calculated field expression.
-Then, click OK to add the created parameters to the dashboard.
-
-
- Look-Up Editor Settings
-There are three types of look-up editor settings that can be specified for a parameter. Select the required type from the LookUpSettings drop-down list.
-
+Select All Values
+Specifies whether all parameter values should be selected in the initial state of the dashboard.
+Note that this option is in effect when Allow Multiselect is enabled.
+Type
+Specifies the parameter type.
+The following types are available:
-No Look-Up - set the Value to use a static value as a parameter.
-
-
-Static List - click the ellipsis button to add static values for the current dashboard parameter.
-
-In this case, the Value specifies the default parameter's value.
-
-Dynamic List - allows you to use a list of values from the existing data source as a parameter. You need to select the required Data Source from the list of available data sources and data members for the dashboard parameter's display name and value, respectively.
-
-
-First, select the required Data Source from the list of available data sources. For the SQL data source, select the required Data Member that specifies the query from the selected Data Source .
-Then, specify data members for the dashboard parameter's value and display name using Value Member and Display Member , respectively.
-If necessary, specify the data member used to sort parameter values using the Sort By option. Sort Order specifies the required sort order.
-
+String
+Date
+Number (16-bit integer)
+Number (32-bit integer)
+Number (64-bit integer)
+Number (floating point)
+Number (double-precision floating point)
+Number (decimal)
+Boolean
+GUID (Globally Unique Identifier)
+
+Value
+Specifies the default parameter value.
+Note that when the Allow Multiselect option is enabled, the Value option allows you to select multiple parameter values.
+Look-Up Settings
+Specifies the parameter's look-up settings.
+Select the option from the Look-Up Settings drop-down list.
+
+The following Look-Up Settings are available in the WinForms Dashboard:
+No Look-Up
+An end user can specify the parameter value in the Dashboard Parameters dialog.
+You can set the default value for the parameter in the parameter setting:
+
+Static List
+An end user selects a parameter value from a static list.
+To add predefined parameter values, click the ellipsis button in the parameter settings:
+
+Dynamic List
+An end user selects a parameter value defined in a data source.
+
+
+
Tip
+
You can also create cascading parameters in the Dashboard Designer. For more information, refer to the following topic: Cascading Parameters .
+
+To provide access to data source values, specify the following options:
+
+
+
+UI Settings
+Description
+
+
+
+
+Data Source
+Specifies the data source for the dashboard parameter.
+
+
+Data Member
+Specifies the name of the data member with the parameter values for SQL and Entity Framework data sources.
+
+
+Value Member
+Specifies the name of the data field for the parameter values.
+
+
+Display Member (optional)
+Specifies the name of the data field displayed in the Dashboard Parameters dialog as a value description.
+
+
+Sort By (optional)
+Specifies the data member used to sort parameter values.
+
+
+Sort Order (optional)
+Specifies the sort order.
+
+
+
Note
-
To learn how to create a data source for a dashboard parameter, see Provide Data .
-
Note that you cannot specify an OLAP data source as the data source for the dashboard parameter in the Dashboard Designer.
+
You cannot use an OLAP data source as the data source for a dashboard parameter.
-
-
diff --git a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html
index 96430ab49..374f84127 100644
--- a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html
+++ b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html
@@ -2,9 +2,9 @@
- Passing Parameter Values | DevExpress End-User Documentation
+ Reference Dashboard Parameters | DevExpress End-User Documentation
-
+
@@ -93,45 +93,61 @@ Table of Contents
-Passing Parameter Values
-
-In this topic, you will learn how to pass parameter values to a dashboard.
-
- SQL Queries
-The Dashboard Designer provides the capability to use a dashboard parameter as an SQL query/stored procedure parameter. To pass a dashboard parameter to an SQL query /stored procedure in the Data Source wizard or Query Editor , do the following.
-
-Create a query parameter or select the required stored procedure parameter.
-
-Enable the Expression checkbox for this parameter and select the required dashboard parameter in the Value column.
-
-If necessary, you can select Expression editor... and specify an expression to bind a query parameter to a dashboard parameter using custom logic.
-
-
- Filtering
-You can filter the specified query of the SQL Data Source or apply filtering to a specific dashboard item according to the current parameter value(s) using the Filter Editor .
-In the Filter Editor, you can compare a field value with the following objects.
-
-A static value (represented by the icon). Click this button to switch to the next item mode ("another field value"), to compare the field value with another field value.
-Another field value (represented by the icon). Click this button to switch to the next item mode (“parameter value”), to compare the field value with a parameter value.
-A parameter value (represented by the icon). Click this button to switch back to the initial mode ("static value"), to compare the field value with a static value.
-
-Thus, to compare a field value with a parameter value, click the button, then click the button.
-
-
-You can apply conditional formatting to a specific dashboard item according to the current parameter value when creating the Expression format condition. In the Expression dialog, you can compare a field value with parameter values in the same manner as in the Filter Editor dialog.
- Calculated Fields
-You can use parameters when constructing expressions for calculated fields . This allows you to dynamically evaluate values of the calculated field depending on the current parameter value.
-To include the required parameter in the calculated field expression, click Parameters in the Expression Editor dialog and double-click the required parameter.
-
- Window Calculations
-You can use parameters when customizing expressions for window calculations . This allows you to apply a calculation dynamically, depending on the current parameter value.
-
+
+
+This topic describes how to reference a dashboard parameter in condition format expressions , calculated fields , and window calculations . You can also bind a dashboard parameter to a query parameter to filter the SQL data source dynamically.
+SQL Queries and Stored Procedures
+You can filter the SQL data sources dynamically if you bind a query parameter to a dashboard parameter.
+You can access the query parameter settings in the second page of the Query Editor or in the Query Builder by clicking the Edit Parameters button.
+Select the Expression checkbox and in the Value column, select the dashboard parameter, or specify an expression with a dashboard parameter in Expression Editor .
+
+Refer to the following article for more information about query parameters: Use Query Parameters .
+
+
Tip
+
You can also create cascading parameters in the WinForms Dashboard Designer. For more information, refer to the following topic: Cascading Parameters .
+
+Data Source Filtering
+You can use dashboard parameters to filter Excel, Object, and Extract data sources.
+To apply filtering to a data source, click the Filter button in the Data Source Ribbon tab.
+
+In the invoked Filter Editor , specify the filter criteria. To compare a field value with a parameter value, click the button and then the button. Then, click the second operand's placeholder to invoke the list of available parameters and select the required parameter:
+
+The icon will be displayed next to the selected parameter.
+Click OK to save the created filter criteria. Now, when you change the dashboard parameter value, the data source is filtered according to the parameter value.
+
+You can apply conditional formatting to a dashboard item according to the current parameter value. It allows you to format dashboard item elements dynamically.
+To reference a dashboard parameter in a format rule , click the menu button of the required data item and select Add Format Rule | Expression :
+
+In the invoked Expression dialog, specify the format rule and other settings. To compare a field value to a parameter value, click the button of the second operand, and then click the button. After that, click the operand's placeholder and select the dashboard parameter.
+
+The icon will be displayed next to the selected parameter.
+Click OK to save the created format rule. Now, when you change the dashboard parameter value, the dashboard item is formatted according to the parameter value.
+
+
Tip
+
For more information on conditional formatting, refer to the following article: Conditional Formatting .
+
+Calculated Fields
+You can use parameters when you construct expressions for calculated fields . This allows you to dynamically evaluate values of the calculated field depending on the current parameter value.
+To reference a dashboard parameter in the calculated field expression, add or edit a calculated field. In the invoked Expression Editor , select the dashboard parameter from the Parameters section.
+
+Click OK to save the expression. Now, when you change the dashboard parameter value, the calculated field values are changed according to the specified expression.
+
+
Tip
+
For more information on calculated fields in WinForms Dashboard, refer to the following article: Calculated Fields .
+
+Window Calculations
+You can use dashboard parameters in window calculations . This allows you to apply specific computations to measure values depending on the current parameter value.
+To reference the dashboard parameter value in a window calculation, create a window calculation of the Custom type:
+
+Then, select the calculation type and click the Edit in Expression Editor button:
+
+In the invoked Expression Editor window, construct an expression. To reference a dashboard parameter, select the Parameters category and double-click the required parameter from the list of the available dashboard parameters.
+
+Click OK to apply the specified settings. Now, when you change the dashboard parameter value, the calculation values are changed according to the specified expression.
+
+
Tip
+
For more information on window calculations in WinForms Dashboard, refer to the following article: Window Calculations .
+
diff --git a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html
index af3d1b34f..278fe52c5 100644
--- a/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html
+++ b/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html
@@ -2,9 +2,9 @@
- Requesting Parameter Values | DevExpress End-User Documentation
+ Specify Dashboard Parameter Values | DevExpress End-User Documentation
-
+
@@ -93,13 +93,13 @@ Table of Contents
-Requesting Parameter Values
+Specify Dashboard Parameter Values
-The dashboard provides a built-in Dashboard Parameters dialog, which provides the capability to change dashboard parameter values. This dialog is created automatically, depending on the parameter type and visibility settings.
-To invoke the Dashboard Parameters dialog in the Dashboard Designer, click the Parameters ( ) button in the dashboard title . Depending on the visibility state of the created dashboard parameters, this invokes the following dialog.
-
-Select the required parameter values in the Dashboard Parameters dialog and click the Submit button to apply the changes.
-To reset the changes to the default values, click the Reset button.
+The Dashboard Designer includes a built-in Dashboard Parameters dialog, which allows users to change dashboard parameter values. This dialog is created automatically depending on the parameter settings . Set the Visible property to true
to display the parameter in the Dashboard Parameters dialog.
+To invoke the Dashboard Parameters dialog, click the Parameters button in the dashboard title. Change the parameter values in the Dashboard Parameters dialog and click the Submit button to apply the changes.
+The following image shows how to invoke the Dashboard Parameters dialog and change the parameter value:
+
+To reset changes to the default values, click the Reset button.
diff --git a/dashboard-for-desktop/images/cascading-parameters-winforms.gif b/dashboard-for-desktop/images/cascading-parameters-winforms.gif
new file mode 100644
index 000000000..59940a7a2
Binary files /dev/null and b/dashboard-for-desktop/images/cascading-parameters-winforms.gif differ
diff --git a/dashboard-for-desktop/images/category-parameter-cascading.png b/dashboard-for-desktop/images/category-parameter-cascading.png
new file mode 100644
index 000000000..e7d999af8
Binary files /dev/null and b/dashboard-for-desktop/images/category-parameter-cascading.png differ
diff --git a/dashboard-for-desktop/images/category-parameter-filter-cascading.png b/dashboard-for-desktop/images/category-parameter-filter-cascading.png
new file mode 100644
index 000000000..24c08e692
Binary files /dev/null and b/dashboard-for-desktop/images/category-parameter-filter-cascading.png differ
diff --git a/dashboard-for-desktop/images/customize-calculation-edit-button.png b/dashboard-for-desktop/images/customize-calculation-edit-button.png
new file mode 100644
index 000000000..c5e56c5d4
Binary files /dev/null and b/dashboard-for-desktop/images/customize-calculation-edit-button.png differ
diff --git a/dashboard-for-desktop/images/dashboard-parameter-description-win.png b/dashboard-for-desktop/images/dashboard-parameter-description-win.png
new file mode 100644
index 000000000..95df4d2e4
Binary files /dev/null and b/dashboard-for-desktop/images/dashboard-parameter-description-win.png differ
diff --git a/dashboard-for-desktop/images/dashboard-parameters-dialog-win.gif b/dashboard-for-desktop/images/dashboard-parameters-dialog-win.gif
new file mode 100644
index 000000000..148aa7cb7
Binary files /dev/null and b/dashboard-for-desktop/images/dashboard-parameters-dialog-win.gif differ
diff --git a/dashboard-for-desktop/images/datasourcefiltering_filterbutton_ribbon22300.png b/dashboard-for-desktop/images/datasourcefiltering_filterbutton_ribbon22300.png
new file mode 100644
index 000000000..9c1923309
Binary files /dev/null and b/dashboard-for-desktop/images/datasourcefiltering_filterbutton_ribbon22300.png differ
diff --git a/dashboard-for-desktop/images/expressiondialog_passparameter121501.png b/dashboard-for-desktop/images/expressiondialog_passparameter121501.png
new file mode 100644
index 000000000..a365d20f5
Binary files /dev/null and b/dashboard-for-desktop/images/expressiondialog_passparameter121501.png differ
diff --git a/dashboard-for-desktop/images/filter-ds-parameterpselection-win (1).png b/dashboard-for-desktop/images/filter-ds-parameterpselection-win (1).png
new file mode 100644
index 000000000..b742b8f46
Binary files /dev/null and b/dashboard-for-desktop/images/filter-ds-parameterpselection-win (1).png differ
diff --git a/dashboard-for-desktop/images/filter-ds-parameterpselection-win.png b/dashboard-for-desktop/images/filter-ds-parameterpselection-win.png
new file mode 100644
index 000000000..b742b8f46
Binary files /dev/null and b/dashboard-for-desktop/images/filter-ds-parameterpselection-win.png differ
diff --git a/dashboard-for-desktop/images/parameters_addparameterbutton_ribbon21711.png b/dashboard-for-desktop/images/parameters_addparameterbutton_ribbon21711.png
new file mode 100644
index 000000000..86b82f506
Binary files /dev/null and b/dashboard-for-desktop/images/parameters_addparameterbutton_ribbon21711.png differ
diff --git a/dashboard-for-desktop/images/parameters_calculatedfields21730.png b/dashboard-for-desktop/images/parameters_calculatedfields21730.png
new file mode 100644
index 000000000..fae2b0623
Binary files /dev/null and b/dashboard-for-desktop/images/parameters_calculatedfields21730.png differ
diff --git a/dashboard-for-desktop/images/parameters_filtereditor_comparebutton21820.png b/dashboard-for-desktop/images/parameters_filtereditor_comparebutton21820.png
new file mode 100644
index 000000000..f14f13eea
Binary files /dev/null and b/dashboard-for-desktop/images/parameters_filtereditor_comparebutton21820.png differ
diff --git a/dashboard-for-desktop/images/parameters_filtereditor_comparebutton221824.png b/dashboard-for-desktop/images/parameters_filtereditor_comparebutton221824.png
new file mode 100644
index 000000000..edef615d9
Binary files /dev/null and b/dashboard-for-desktop/images/parameters_filtereditor_comparebutton221824.png differ
diff --git a/dashboard-for-desktop/images/parameters_filtereditor_comparebutton321825.png b/dashboard-for-desktop/images/parameters_filtereditor_comparebutton321825.png
new file mode 100644
index 000000000..d00719023
Binary files /dev/null and b/dashboard-for-desktop/images/parameters_filtereditor_comparebutton321825.png differ
diff --git a/dashboard-for-desktop/images/parameters_lookupsettings_dynamic21842.png b/dashboard-for-desktop/images/parameters_lookupsettings_dynamic21842.png
new file mode 100644
index 000000000..d8b4f9f9c
Binary files /dev/null and b/dashboard-for-desktop/images/parameters_lookupsettings_dynamic21842.png differ
diff --git a/dashboard-for-desktop/images/parameters_lookupsettings_nolookup21722.png b/dashboard-for-desktop/images/parameters_lookupsettings_nolookup21722.png
new file mode 100644
index 000000000..5fefe78ed
Binary files /dev/null and b/dashboard-for-desktop/images/parameters_lookupsettings_nolookup21722.png differ
diff --git a/dashboard-for-desktop/images/parameters_lookupsettings_static21723.png b/dashboard-for-desktop/images/parameters_lookupsettings_static21723.png
new file mode 100644
index 000000000..7238721e8
Binary files /dev/null and b/dashboard-for-desktop/images/parameters_lookupsettings_static21723.png differ
diff --git a/dashboard-for-desktop/images/parameters_parametersdialog21716.png b/dashboard-for-desktop/images/parameters_parametersdialog21716.png
new file mode 100644
index 000000000..8a17c8b90
Binary files /dev/null and b/dashboard-for-desktop/images/parameters_parametersdialog21716.png differ
diff --git a/dashboard-for-desktop/images/parameters_parametersdialog_lookupsettings21718.png b/dashboard-for-desktop/images/parameters_parametersdialog_lookupsettings21718.png
new file mode 100644
index 000000000..1e65e3ffc
Binary files /dev/null and b/dashboard-for-desktop/images/parameters_parametersdialog_lookupsettings21718.png differ
diff --git a/dashboard-for-desktop/images/passingparameters_windowcalculation124377.png b/dashboard-for-desktop/images/passingparameters_windowcalculation124377.png
new file mode 100644
index 000000000..bb77fec70
Binary files /dev/null and b/dashboard-for-desktop/images/passingparameters_windowcalculation124377.png differ
diff --git a/dashboard-for-desktop/images/products-parameter-cascading.png b/dashboard-for-desktop/images/products-parameter-cascading.png
new file mode 100644
index 000000000..b77dc09cc
Binary files /dev/null and b/dashboard-for-desktop/images/products-parameter-cascading.png differ
diff --git a/dashboard-for-desktop/images/products-parameter-filter-cascading.png b/dashboard-for-desktop/images/products-parameter-filter-cascading.png
new file mode 100644
index 000000000..02f950cf3
Binary files /dev/null and b/dashboard-for-desktop/images/products-parameter-filter-cascading.png differ
diff --git a/dashboard-for-desktop/images/queryeditor_passdashboardparameter121219.png b/dashboard-for-desktop/images/queryeditor_passdashboardparameter121219.png
new file mode 100644
index 000000000..6bc03dc09
Binary files /dev/null and b/dashboard-for-desktop/images/queryeditor_passdashboardparameter121219.png differ
diff --git a/dashboard-for-desktop/images/win-conditional-formatting-expression.png b/dashboard-for-desktop/images/win-conditional-formatting-expression.png
new file mode 100644
index 000000000..a2dc2e544
Binary files /dev/null and b/dashboard-for-desktop/images/win-conditional-formatting-expression.png differ
diff --git a/dashboard-for-desktop/images/win-custom-window-calculation.png b/dashboard-for-desktop/images/win-custom-window-calculation.png
new file mode 100644
index 000000000..0a251c6cb
Binary files /dev/null and b/dashboard-for-desktop/images/win-custom-window-calculation.png differ
diff --git a/dashboard-for-desktop/toc.html b/dashboard-for-desktop/toc.html
index 1306d104b..2e15adda0 100644
--- a/dashboard-for-desktop/toc.html
+++ b/dashboard-for-desktop/toc.html
@@ -819,17 +819,20 @@
- Using Dashboard Parameters
+ Use Dashboard Parameters
diff --git a/dashboard-for-desktop/toc.json b/dashboard-for-desktop/toc.json
index a5ef9079f..7a74317e3 100644
--- a/dashboard-for-desktop/toc.json
+++ b/dashboard-for-desktop/toc.json
@@ -1,2 +1,2 @@
-{"items":[{"name":"Dashboard Designer","href":"articles/dashboard-designer.html","topicHref":"articles/dashboard-designer.html","items":[{"name":"Create a Dashboard","href":"articles/dashboard-designer/create-a-dashboard.html","topicHref":"articles/dashboard-designer/create-a-dashboard.html"},{"name":"Provide Data","href":"articles/dashboard-designer/provide-data.html","topicHref":"articles/dashboard-designer/provide-data.html","items":[{"name":"Supported Data Sources","href":"articles/dashboard-designer/provide-data/supported-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/supported-data-sources.html"},{"name":"Connecting to SQL Databases","href":"articles/dashboard-designer/provide-data/connecting-to-sql-databases.html","topicHref":"articles/dashboard-designer/provide-data/connecting-to-sql-databases.html"},{"name":"Connecting to OLAP cubes","href":"articles/dashboard-designer/provide-data/connecting-to-olap-cubes.html","topicHref":"articles/dashboard-designer/provide-data/connecting-to-olap-cubes.html"},{"name":"Binding to Microsoft Excel Workbooks","href":"articles/dashboard-designer/provide-data/binding-to-microsoft-excel-workbooks.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-microsoft-excel-workbooks.html"},{"name":"Binding to CSV Files","href":"articles/dashboard-designer/provide-data/binding-to-csv-files.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-csv-files.html"},{"name":"Binding to Extract Data Sources","href":"articles/dashboard-designer/provide-data/binding-to-extract-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-extract-data-sources.html"},{"name":"Data Processing Modes","href":"articles/dashboard-designer/provide-data/data-processing-modes.html","topicHref":"articles/dashboard-designer/provide-data/data-processing-modes.html"},{"name":"Connect to EF Data Sources","href":"articles/dashboard-designer/provide-data/connect-to-ef-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/connect-to-ef-data-sources.html"},{"name":"Binding to Federated Data Source","href":"articles/dashboard-designer/provide-data/binding-to-federated-data-source.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-federated-data-source.html"},{"name":"Binding to JSON Data Sources","href":"articles/dashboard-designer/provide-data/binding-to-json-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-json-data-sources.html"},{"name":"Binding to Object Data Sources","href":"articles/dashboard-designer/provide-data/binding-to-object-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-object-data-sources.html"},{"name":"Binding to XPO Data Sources","href":"articles/dashboard-designer/provide-data/binding-to-XPO-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-XPO-data-sources.html"},{"name":"Binding to MongoDB","href":"articles/dashboard-designer/provide-data/binding-to-mongodb.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-mongodb.html"}]},{"name":"Work with Data","href":"articles/dashboard-designer/work-with-data.html","topicHref":"articles/dashboard-designer/work-with-data.html","items":[{"name":"Edit Connection Parameters","href":"articles/dashboard-designer/work-with-data/edit-connection-parameters.html","topicHref":"articles/dashboard-designer/work-with-data/edit-connection-parameters.html"},{"name":"Using the Query Builder","href":"articles/dashboard-designer/work-with-data/using-the-query-builder.html","topicHref":"articles/dashboard-designer/work-with-data/using-the-query-builder.html"},{"name":"Using the Query Editor","href":"articles/dashboard-designer/work-with-data/using-the-query-editor.html","topicHref":"articles/dashboard-designer/work-with-data/using-the-query-editor.html"},{"name":"Manage SQL Queries","href":"articles/dashboard-designer/work-with-data/manage-sql-queries.html","topicHref":"articles/dashboard-designer/work-with-data/manage-sql-queries.html"},{"name":"Filter Queries","href":"articles/dashboard-designer/work-with-data/filter-queries.html","topicHref":"articles/dashboard-designer/work-with-data/filter-queries.html"},{"name":"Pass Query Parameters","href":"articles/dashboard-designer/work-with-data/pass-query-parameters.html","topicHref":"articles/dashboard-designer/work-with-data/pass-query-parameters.html"},{"name":"Stored Procedures","href":"articles/dashboard-designer/work-with-data/stored-procedures.html","topicHref":"articles/dashboard-designer/work-with-data/stored-procedures.html"},{"name":"Preview Data","href":"articles/dashboard-designer/work-with-data/preview-data.html","topicHref":"articles/dashboard-designer/work-with-data/preview-data.html"},{"name":"Creating Calculated Fields","href":"articles/dashboard-designer/work-with-data/creating-calculated-fields.html","topicHref":"articles/dashboard-designer/work-with-data/creating-calculated-fields.html"},{"name":"Data Inspector","href":"articles/dashboard-designer/work-with-data/data-inspector.html","topicHref":"articles/dashboard-designer/work-with-data/data-inspector.html"}]},{"name":"Add Dashboard Items","href":"articles/dashboard-designer/add-dashboard-items.html","topicHref":"articles/dashboard-designer/add-dashboard-items.html"},{"name":"Bind Dashboard Items to Data","href":"articles/dashboard-designer/bind-dashboard-items-to-data.html","topicHref":"articles/dashboard-designer/bind-dashboard-items-to-data.html","items":[{"name":"Bind Dashboard Items to Data","href":"articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data.html","topicHref":"articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data.html"},{"name":"Hidden Data Items","href":"articles/dashboard-designer/bind-dashboard-items-to-data/hidden-data-items.html","topicHref":"articles/dashboard-designer/bind-dashboard-items-to-data/hidden-data-items.html"},{"name":"Bind Dashboard Items to Data in OLAP mode","href":"articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html","topicHref":"articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html"}]},{"name":"Dashboard Item Settings","href":"articles/dashboard-designer/dashboard-item-settings.html","topicHref":"articles/dashboard-designer/dashboard-item-settings.html","items":[{"name":"Chart","href":"articles/dashboard-designer/dashboard-item-settings/chart.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/chart/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/providing-data.html"},{"name":"Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series.html","items":[{"name":"Series Overview","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/series-overview.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/series-overview.html"},{"name":"Bar Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/bar-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/bar-series.html"},{"name":"Point and Line Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/point-and-line-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/point-and-line-series.html"},{"name":"Area Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/area-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/area-series.html"},{"name":"Range Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/range-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/range-series.html"},{"name":"Weighted Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/weighted-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/weighted-series.html"},{"name":"Financial Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/financial-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/financial-series.html"}]},{"name":"Panes","href":"articles/dashboard-designer/dashboard-item-settings/chart/panes.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/panes.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity/drill-down.html"}]},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/chart/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/coloring.html"},{"name":"Legend","href":"articles/dashboard-designer/dashboard-item-settings/chart/legend.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/legend.html"},{"name":"Axes","href":"articles/dashboard-designer/dashboard-item-settings/chart/axes.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/axes.html","items":[{"name":"X-Axis","href":"articles/dashboard-designer/dashboard-item-settings/chart/axes/x-axis.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/axes/x-axis.html"},{"name":"Y-Axis","href":"articles/dashboard-designer/dashboard-item-settings/chart/axes/y-axis.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/axes/y-axis.html"}]},{"name":"Trend Indicators","href":"articles/dashboard-designer/dashboard-item-settings/chart/trend-indicators.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/trend-indicators.html"},{"name":"Orientation","href":"articles/dashboard-designer/dashboard-item-settings/chart/orientation.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/orientation.html"},{"name":"Conditional Formatting","href":"articles/dashboard-designer/dashboard-item-settings/chart/conditional-formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/conditional-formatting.html"}]},{"name":"Scatter Chart","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/drill-down.html"}]},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/coloring.html"},{"name":"Legend","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/legend.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/legend.html"},{"name":"Axes","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/axes.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/axes.html"},{"name":"Orientation","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/orientation.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/orientation.html"},{"name":"Labels","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/labels.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/labels.html"},{"name":"Conditional Formatting","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/conditional-formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/conditional-formatting.html"}]},{"name":"Grid","href":"articles/dashboard-designer/dashboard-item-settings/grid.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/grid/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/providing-data.html"},{"name":"Columns","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns.html","items":[{"name":"Column Type Overview","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/column-type-overview.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/column-type-overview.html"},{"name":"Dimension Column","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/dimension-column.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/dimension-column.html"},{"name":"Hyperlink Column","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/hyperlink-column.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/hyperlink-column.html"},{"name":"Measure Column","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/measure-column.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/measure-column.html"},{"name":"Delta Column","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/delta-column.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/delta-column.html"},{"name":"Sparkline Column","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/sparkline-column.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/sparkline-column.html"}]},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity/drill-down.html"}]},{"name":"Conditional Formatting","href":"articles/dashboard-designer/dashboard-item-settings/grid/conditional-formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/conditional-formatting.html"},{"name":"Totals","href":"articles/dashboard-designer/dashboard-item-settings/grid/totals.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/totals.html"},{"name":"Column Filter","href":"articles/dashboard-designer/dashboard-item-settings/grid/column-filter.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/column-filter.html"},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/grid/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/layout.html"},{"name":"Style","href":"articles/dashboard-designer/dashboard-item-settings/grid/style.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/style.html"}]},{"name":"Pies","href":"articles/dashboard-designer/dashboard-item-settings/pies.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/pies/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity/drill-down.html"}]},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/pies/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/coloring.html"},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/pies/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/layout.html"},{"name":"Labels","href":"articles/dashboard-designer/dashboard-item-settings/pies/labels.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/labels.html"},{"name":"Style","href":"articles/dashboard-designer/dashboard-item-settings/pies/style.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/style.html"}]},{"name":"Cards","href":"articles/dashboard-designer/dashboard-item-settings/cards.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/cards/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/providing-data.html"},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/cards/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/layout.html"},{"name":"Delta","href":"articles/dashboard-designer/dashboard-item-settings/cards/delta.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/delta.html"},{"name":"Sparkline","href":"articles/dashboard-designer/dashboard-item-settings/cards/sparkline.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/sparkline.html"},{"name":"Formatting","href":"articles/dashboard-designer/dashboard-item-settings/cards/formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/formatting.html"},{"name":"Conditional Formatting","href":"articles/dashboard-designer/dashboard-item-settings/cards/conditional-formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/conditional-formatting.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity/drill-down.html"}]},{"name":"Cards Arrangement","href":"articles/dashboard-designer/dashboard-item-settings/cards/cards-arrangement.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/cards-arrangement.html"}]},{"name":"Gauges","href":"articles/dashboard-designer/dashboard-item-settings/gauges.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/gauges/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/providing-data.html"},{"name":"Delta","href":"articles/dashboard-designer/dashboard-item-settings/gauges/delta.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/delta.html"},{"name":"Gauge Scale","href":"articles/dashboard-designer/dashboard-item-settings/gauges/gauge-scale.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/gauge-scale.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/drill-down.html"}]},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/gauges/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/layout.html"},{"name":"Style","href":"articles/dashboard-designer/dashboard-item-settings/gauges/style.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/style.html"}]},{"name":"Pivot","href":"articles/dashboard-designer/dashboard-item-settings/pivot.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/pivot/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/pivot/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot/interactivity.html"},{"name":"Conditional Formatting","href":"articles/dashboard-designer/dashboard-item-settings/pivot/conditional-formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot/conditional-formatting.html"},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/pivot/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot/layout.html"},{"name":"Expanded State","href":"articles/dashboard-designer/dashboard-item-settings/pivot/expanded-state.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot/expanded-state.html"}]},{"name":"Choropleth Map","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map.html","items":[{"name":"Providing Maps","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-maps.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-maps.html"},{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-data.html"},{"name":"Map Coloring","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring.html","items":[{"name":"Delta","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring/delta.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring/delta.html"}]},{"name":"Map Navigation","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-navigation.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-navigation.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/interactivity.html"},{"name":"Labels","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/labels.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/labels.html"},{"name":"Legend","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/legend.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/legend.html"}]},{"name":"Geo Point Maps","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps.html","items":[{"name":"Map Types Overview","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-types-overview.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-types-overview.html"},{"name":"Providing Maps","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/providing-maps.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/providing-maps.html"},{"name":"Geo Point Map","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html"}]},{"name":"Bubble Map","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html"},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/coloring.html"},{"name":"Legends","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/legends.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/legends.html"}]},{"name":"Pie Map","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html"},{"name":"Pie Options","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html"},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/coloring.html"},{"name":"Legends","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/legends.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/legends.html"}]},{"name":"Clustering","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/clustering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/clustering.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/interactivity.html"},{"name":"Labels","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/labels.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/labels.html"},{"name":"Map Navigation","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-navigation.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-navigation.html"}]},{"name":"Range Filter","href":"articles/dashboard-designer/dashboard-item-settings/range-filter.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/range-filter/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter/providing-data.html"},{"name":"Series","href":"articles/dashboard-designer/dashboard-item-settings/range-filter/series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter/series.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/range-filter/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter/interactivity.html"},{"name":"Predefined Ranges","href":"articles/dashboard-designer/dashboard-item-settings/range-filter/predefined-ranges.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter/predefined-ranges.html"},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/range-filter/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter/coloring.html"}]},{"name":"Date Filter","href":"articles/dashboard-designer/dashboard-item-settings/date-filter.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/date-filter.html"},{"name":"Images","href":"articles/dashboard-designer/dashboard-item-settings/images.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/images.html","items":[{"name":"Image Types Overview","href":"articles/dashboard-designer/dashboard-item-settings/images/image-types-overview.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/images/image-types-overview.html"},{"name":"Providing Images","href":"articles/dashboard-designer/dashboard-item-settings/images/providing-images.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/images/providing-images.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/images/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/images/interactivity.html"},{"name":"Image Settings","href":"articles/dashboard-designer/dashboard-item-settings/images/image-settings.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/images/image-settings.html"}]},{"name":"Text Box","href":"articles/dashboard-designer/dashboard-item-settings/text-box.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/text-box.html","items":[{"name":"Editing Text","href":"articles/dashboard-designer/dashboard-item-settings/text-box/editing-text.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/text-box/editing-text.html"},{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/text-box/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/text-box/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/text-box/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/text-box/interactivity.html"}]},{"name":"Treemap","href":"articles/dashboard-designer/dashboard-item-settings/treemap.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/treemap/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/drill-down.html"}]},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/treemap/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/layout.html"},{"name":"Grouping","href":"articles/dashboard-designer/dashboard-item-settings/treemap/grouping.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/grouping.html"},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/treemap/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/coloring.html"},{"name":"Labels","href":"articles/dashboard-designer/dashboard-item-settings/treemap/labels.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/labels.html"}]},{"name":"Filter Elements","href":"articles/dashboard-designer/dashboard-item-settings/filter-elements.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/filter-elements.html","items":[{"name":"Filter Elements Overview","href":"articles/dashboard-designer/dashboard-item-settings/filter-elements/filter-elements-overview.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/filter-elements/filter-elements-overview.html"},{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/filter-elements/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/filter-elements/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/filter-elements/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/filter-elements/interactivity.html"}]},{"name":"Dashboard Item Group","href":"articles/dashboard-designer/dashboard-item-settings/dashboard-item-group.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/dashboard-item-group.html"},{"name":"Tab Container","href":"articles/dashboard-designer/dashboard-item-settings/tab-container.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/tab-container.html"}]},{"name":"Data Shaping","href":"articles/dashboard-designer/data-shaping.html","topicHref":"articles/dashboard-designer/data-shaping.html","items":[{"name":"Summarization","href":"articles/dashboard-designer/data-shaping/summarization.html","topicHref":"articles/dashboard-designer/data-shaping/summarization.html"},{"name":"Grouping","href":"articles/dashboard-designer/data-shaping/grouping.html","topicHref":"articles/dashboard-designer/data-shaping/grouping.html"},{"name":"Sorting","href":"articles/dashboard-designer/data-shaping/sorting.html","topicHref":"articles/dashboard-designer/data-shaping/sorting.html"},{"name":"Filtering","href":"articles/dashboard-designer/data-shaping/filtering.html","topicHref":"articles/dashboard-designer/data-shaping/filtering.html"},{"name":"Top N","href":"articles/dashboard-designer/data-shaping/top-n.html","topicHref":"articles/dashboard-designer/data-shaping/top-n.html"},{"name":"Formatting Data","href":"articles/dashboard-designer/data-shaping/formatting-data.html","topicHref":"articles/dashboard-designer/data-shaping/formatting-data.html"}]},{"name":"Interactivity","href":"articles/dashboard-designer/interactivity.html","topicHref":"articles/dashboard-designer/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/interactivity/drill-down.html"},{"name":"Neutral Filter Mode","href":"articles/dashboard-designer/interactivity/neutral-filter-mode.html","topicHref":"articles/dashboard-designer/interactivity/neutral-filter-mode.html"}]},{"name":"Appearance Customization","href":"articles/dashboard-designer/appearance-customization.html","topicHref":"articles/dashboard-designer/appearance-customization.html","items":[{"name":"Conditional Formatting","href":"articles/dashboard-designer/appearance-customization/conditional-formatting.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting.html","items":[{"name":"Value","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/value.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/value.html"},{"name":"Top-Bottom","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/top-bottom.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/top-bottom.html"},{"name":"Average","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/average.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/average.html"},{"name":"Icon Ranges","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/icon-ranges.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/icon-ranges.html"},{"name":"Color Ranges","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/color-ranges.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/color-ranges.html"},{"name":"Gradient Ranges","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/gradient-ranges.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/gradient-ranges.html"},{"name":"A Date Occurring","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/a-date-occurring.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/a-date-occurring.html"},{"name":"Expression","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/expression.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/expression.html"},{"name":"Bar","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar.html"},{"name":"Bar Color Ranges","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar-color-ranges.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar-color-ranges.html"},{"name":"Bar Gradient Ranges","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar-gradient-ranges.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar-gradient-ranges.html"}]},{"name":"Coloring","href":"articles/dashboard-designer/appearance-customization/coloring.html","topicHref":"articles/dashboard-designer/appearance-customization/coloring.html","items":[{"name":"Coloring Concepts","href":"articles/dashboard-designer/appearance-customization/coloring/coloring-concepts.html","topicHref":"articles/dashboard-designer/appearance-customization/coloring/coloring-concepts.html"},{"name":"Customizing a Color Scheme","href":"articles/dashboard-designer/appearance-customization/coloring/customizing-a-color-scheme.html","topicHref":"articles/dashboard-designer/appearance-customization/coloring/customizing-a-color-scheme.html"}]},{"name":"Data Display Formatting","href":"articles/dashboard-designer/appearance-customization/data-display-formatting.html","topicHref":"articles/dashboard-designer/appearance-customization/data-display-formatting.html"}]},{"name":"Data Analysis","href":"articles/dashboard-designer/data-analysis.html","topicHref":"articles/dashboard-designer/data-analysis.html","items":[{"name":"Aggregations","href":"articles/dashboard-designer/data-analysis/aggregations.html","topicHref":"articles/dashboard-designer/data-analysis/aggregations.html","items":[{"name":"Summary Level Aggregations","href":"articles/dashboard-designer/data-analysis/aggregations/summary-level-aggregations.html","topicHref":"articles/dashboard-designer/data-analysis/aggregations/summary-level-aggregations.html"},{"name":"Intermediate Level Aggregations","href":"articles/dashboard-designer/data-analysis/aggregations/intermediate-level-aggregations.html","topicHref":"articles/dashboard-designer/data-analysis/aggregations/intermediate-level-aggregations.html"}]},{"name":"Expression Constants, Operators, and Functions","href":"articles/dashboard-designer/data-analysis/expression-constants-operators-and-functions.html","topicHref":"articles/dashboard-designer/data-analysis/expression-constants-operators-and-functions.html"},{"name":"Window Calculations","href":"articles/dashboard-designer/data-analysis/window-calculations.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations.html","items":[{"name":"Window Calculations Overview","href":"articles/dashboard-designer/data-analysis/window-calculations/window-calculations-overview.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations/window-calculations-overview.html"},{"name":"Window Definition","href":"articles/dashboard-designer/data-analysis/window-calculations/window-definition.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations/window-definition.html"},{"name":"Creating Window Calculations","href":"articles/dashboard-designer/data-analysis/window-calculations/creating-window-calculations.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations/creating-window-calculations.html"},{"name":"Calculation Functions Reference","href":"articles/dashboard-designer/data-analysis/window-calculations/calculation-functions-reference.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations/calculation-functions-reference.html"},{"name":"Window Calculation Limitations","href":"articles/dashboard-designer/data-analysis/window-calculations/window-calculation-limitations.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations/window-calculation-limitations.html"}]},{"name":"Using Dashboard Parameters","href":"articles/dashboard-designer/data-analysis/using-dashboard-parameters.html","topicHref":"articles/dashboard-designer/data-analysis/using-dashboard-parameters.html","items":[{"name":"Creating Parameters","href":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html","topicHref":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html"},{"name":"Passing Parameter Values","href":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html","topicHref":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html"},{"name":"Requesting Parameter Values","href":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html","topicHref":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html"}]}]},{"name":"Convert Dashboard Items","href":"articles/dashboard-designer/convert-dashboard-items.html","topicHref":"articles/dashboard-designer/convert-dashboard-items.html"},{"name":"Dashboard Layout","href":"articles/dashboard-designer/dashboard-layout.html","topicHref":"articles/dashboard-designer/dashboard-layout.html","items":[{"name":"Dashboard Title","href":"articles/dashboard-designer/dashboard-layout/dashboard-title.html","topicHref":"articles/dashboard-designer/dashboard-layout/dashboard-title.html"},{"name":"Dashboard Item Caption","href":"articles/dashboard-designer/dashboard-layout/dashboard-item-caption.html","topicHref":"articles/dashboard-designer/dashboard-layout/dashboard-item-caption.html"},{"name":"Dashboard Items Layout","href":"articles/dashboard-designer/dashboard-layout/dashboard-items-layout.html","topicHref":"articles/dashboard-designer/dashboard-layout/dashboard-items-layout.html"}]},{"name":"Undo and Redo Operations","href":"articles/dashboard-designer/undo-and-redo-operations.html","topicHref":"articles/dashboard-designer/undo-and-redo-operations.html"},{"name":"Automatic and Manual Updates","href":"articles/dashboard-designer/automatic-and-manual-updates.html","topicHref":"articles/dashboard-designer/automatic-and-manual-updates.html"},{"name":"Save a Dashboard","href":"articles/dashboard-designer/save-a-dashboard.html","topicHref":"articles/dashboard-designer/save-a-dashboard.html"},{"name":"Printing and Exporting","href":"articles/dashboard-designer/printing-and-exporting.html","topicHref":"articles/dashboard-designer/printing-and-exporting.html"},{"name":"UI Elements","href":"articles/dashboard-designer/ui-elements.html","topicHref":"articles/dashboard-designer/ui-elements.html","items":[{"name":"Data Source Browser","href":"articles/dashboard-designer/ui-elements/data-source-browser.html","topicHref":"articles/dashboard-designer/ui-elements/data-source-browser.html"},{"name":"Data Items Pane","href":"articles/dashboard-designer/ui-elements/data-items-pane.html","topicHref":"articles/dashboard-designer/ui-elements/data-items-pane.html"},{"name":"Print Preview","href":"articles/dashboard-designer/ui-elements/print-preview.html","topicHref":"articles/dashboard-designer/ui-elements/print-preview.html"},{"name":"Dashboard Surface","href":"articles/dashboard-designer/ui-elements/dashboard-surface.html","topicHref":"articles/dashboard-designer/ui-elements/dashboard-surface.html"}]}]},{"name":"Dashboard Viewer","href":"articles/dashboard-viewer.html","topicHref":"articles/dashboard-viewer.html","items":[{"name":"Data Presentation","items":[{"name":"Data Presentation Basics ","href":"articles/dashboard-viewer/data-presentation/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/data-presentation/data-presentation-basics.html"},{"name":"Master Filtering","href":"articles/dashboard-viewer/data-presentation/master-filtering.html","topicHref":"articles/dashboard-viewer/data-presentation/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-viewer/data-presentation/drill-down.html","topicHref":"articles/dashboard-viewer/data-presentation/drill-down.html"},{"name":"Dashboard Layout","href":"articles/dashboard-viewer/data-presentation/dashboard-layout.html","topicHref":"articles/dashboard-viewer/data-presentation/dashboard-layout.html"},{"name":"Data Inspector","href":"articles/dashboard-viewer/data-presentation/data-inspector.html","topicHref":"articles/dashboard-viewer/data-presentation/data-inspector.html"}]},{"name":"Dashboard Parameters","items":[{"name":"Requesting Parameter Values","href":"articles/dashboard-viewer/dashboard-parameters/requesting-parameter-values.html","topicHref":"articles/dashboard-viewer/dashboard-parameters/requesting-parameter-values.html"}]},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/printing-and-exporting.html"},{"name":"Dashboard Items","href":"articles/dashboard-viewer/dashboard-items.html","topicHref":"articles/dashboard-viewer/dashboard-items.html","items":[{"name":"Chart","href":"articles/dashboard-viewer/dashboard-items/chart.html","topicHref":"articles/dashboard-viewer/dashboard-items/chart.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/chart/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/chart/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/chart/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/chart/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/chart/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/chart/printing-and-exporting.html"}]},{"name":"Scatter Chart","href":"articles/dashboard-viewer/dashboard-items/scatter-chart.html","topicHref":"articles/dashboard-viewer/dashboard-items/scatter-chart.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/scatter-chart/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/scatter-chart/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/scatter-chart/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/scatter-chart/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/scatter-chart/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/scatter-chart/printing-and-exporting.html"}]},{"name":"Grid","href":"articles/dashboard-viewer/dashboard-items/grid.html","topicHref":"articles/dashboard-viewer/dashboard-items/grid.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/grid/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/grid/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/grid/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/grid/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/grid/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/grid/printing-and-exporting.html"}]},{"name":"Pies","href":"articles/dashboard-viewer/dashboard-items/pies.html","topicHref":"articles/dashboard-viewer/dashboard-items/pies.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/pies/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/pies/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/pies/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/pies/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/pies/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/pies/printing-and-exporting.html"}]},{"name":"Cards","href":"articles/dashboard-viewer/dashboard-items/cards.html","topicHref":"articles/dashboard-viewer/dashboard-items/cards.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/cards/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/cards/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/cards/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/cards/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/cards/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/cards/printing-and-exporting.html"}]},{"name":"Gauges","href":"articles/dashboard-viewer/dashboard-items/gauges.html","topicHref":"articles/dashboard-viewer/dashboard-items/gauges.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/gauges/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/gauges/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/gauges/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/gauges/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/gauges/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/gauges/printing-and-exporting.html"}]},{"name":"Pivot","href":"articles/dashboard-viewer/dashboard-items/pivot.html","topicHref":"articles/dashboard-viewer/dashboard-items/pivot.html","items":[{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/pivot/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/pivot/printing-and-exporting.html"}]},{"name":"Choropleth Map","href":"articles/dashboard-viewer/dashboard-items/choropleth-map.html","topicHref":"articles/dashboard-viewer/dashboard-items/choropleth-map.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/choropleth-map/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/choropleth-map/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/choropleth-map/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/choropleth-map/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/choropleth-map/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/choropleth-map/printing-and-exporting.html"}]},{"name":"Geo Point Maps","href":"articles/dashboard-viewer/dashboard-items/geo-point-maps.html","topicHref":"articles/dashboard-viewer/dashboard-items/geo-point-maps.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/geo-point-maps/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/geo-point-maps/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/geo-point-maps/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/geo-point-maps/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/geo-point-maps/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/geo-point-maps/printing-and-exporting.html"}]},{"name":"Range Filter","href":"articles/dashboard-viewer/dashboard-items/range-filter.html","topicHref":"articles/dashboard-viewer/dashboard-items/range-filter.html","items":[{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/range-filter/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/range-filter/printing-and-exporting.html"}]},{"name":"Date Filter","href":"articles/dashboard-viewer/dashboard-items/date-filter.html","topicHref":"articles/dashboard-viewer/dashboard-items/date-filter.html"},{"name":"Image","href":"articles/dashboard-viewer/dashboard-items/image.html","topicHref":"articles/dashboard-viewer/dashboard-items/image.html","items":[{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/image/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/image/printing-and-exporting.html"}]},{"name":"Text Box","href":"articles/dashboard-viewer/dashboard-items/text-box.html","topicHref":"articles/dashboard-viewer/dashboard-items/text-box.html","items":[{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/text-box/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/text-box/printing-and-exporting.html"}]},{"name":"Treemap","href":"articles/dashboard-viewer/dashboard-items/treemap.html","topicHref":"articles/dashboard-viewer/dashboard-items/treemap.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/treemap/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/treemap/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/treemap/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/treemap/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/treemap/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/treemap/printing-and-exporting.html"}]},{"name":"Filter Elements","href":"articles/dashboard-viewer/dashboard-items/filter-elements.html","topicHref":"articles/dashboard-viewer/dashboard-items/filter-elements.html","items":[{"name":"Filter Elements Overview","href":"articles/dashboard-viewer/dashboard-items/filter-elements/filter-elements-overview.html","topicHref":"articles/dashboard-viewer/dashboard-items/filter-elements/filter-elements-overview.html"},{"name":"Neutral Filter Mode","href":"articles/dashboard-viewer/dashboard-items/filter-elements/neutral-filter-mode.html","topicHref":"articles/dashboard-viewer/dashboard-items/filter-elements/neutral-filter-mode.html"}]},{"name":"Tab Container","href":"articles/dashboard-viewer/dashboard-items/tab-container.html","topicHref":"articles/dashboard-viewer/dashboard-items/tab-container.html"}]}]}]}
+{"items":[{"name":"Dashboard Designer","href":"articles/dashboard-designer.html","topicHref":"articles/dashboard-designer.html","items":[{"name":"Create a Dashboard","href":"articles/dashboard-designer/create-a-dashboard.html","topicHref":"articles/dashboard-designer/create-a-dashboard.html"},{"name":"Provide Data","href":"articles/dashboard-designer/provide-data.html","topicHref":"articles/dashboard-designer/provide-data.html","items":[{"name":"Supported Data Sources","href":"articles/dashboard-designer/provide-data/supported-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/supported-data-sources.html"},{"name":"Connecting to SQL Databases","href":"articles/dashboard-designer/provide-data/connecting-to-sql-databases.html","topicHref":"articles/dashboard-designer/provide-data/connecting-to-sql-databases.html"},{"name":"Connecting to OLAP cubes","href":"articles/dashboard-designer/provide-data/connecting-to-olap-cubes.html","topicHref":"articles/dashboard-designer/provide-data/connecting-to-olap-cubes.html"},{"name":"Binding to Microsoft Excel Workbooks","href":"articles/dashboard-designer/provide-data/binding-to-microsoft-excel-workbooks.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-microsoft-excel-workbooks.html"},{"name":"Binding to CSV Files","href":"articles/dashboard-designer/provide-data/binding-to-csv-files.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-csv-files.html"},{"name":"Binding to Extract Data Sources","href":"articles/dashboard-designer/provide-data/binding-to-extract-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-extract-data-sources.html"},{"name":"Data Processing Modes","href":"articles/dashboard-designer/provide-data/data-processing-modes.html","topicHref":"articles/dashboard-designer/provide-data/data-processing-modes.html"},{"name":"Connect to EF Data Sources","href":"articles/dashboard-designer/provide-data/connect-to-ef-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/connect-to-ef-data-sources.html"},{"name":"Binding to Federated Data Source","href":"articles/dashboard-designer/provide-data/binding-to-federated-data-source.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-federated-data-source.html"},{"name":"Binding to JSON Data Sources","href":"articles/dashboard-designer/provide-data/binding-to-json-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-json-data-sources.html"},{"name":"Binding to Object Data Sources","href":"articles/dashboard-designer/provide-data/binding-to-object-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-object-data-sources.html"},{"name":"Binding to XPO Data Sources","href":"articles/dashboard-designer/provide-data/binding-to-XPO-data-sources.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-XPO-data-sources.html"},{"name":"Binding to MongoDB","href":"articles/dashboard-designer/provide-data/binding-to-mongodb.html","topicHref":"articles/dashboard-designer/provide-data/binding-to-mongodb.html"}]},{"name":"Work with Data","href":"articles/dashboard-designer/work-with-data.html","topicHref":"articles/dashboard-designer/work-with-data.html","items":[{"name":"Edit Connection Parameters","href":"articles/dashboard-designer/work-with-data/edit-connection-parameters.html","topicHref":"articles/dashboard-designer/work-with-data/edit-connection-parameters.html"},{"name":"Using the Query Builder","href":"articles/dashboard-designer/work-with-data/using-the-query-builder.html","topicHref":"articles/dashboard-designer/work-with-data/using-the-query-builder.html"},{"name":"Using the Query Editor","href":"articles/dashboard-designer/work-with-data/using-the-query-editor.html","topicHref":"articles/dashboard-designer/work-with-data/using-the-query-editor.html"},{"name":"Manage SQL Queries","href":"articles/dashboard-designer/work-with-data/manage-sql-queries.html","topicHref":"articles/dashboard-designer/work-with-data/manage-sql-queries.html"},{"name":"Filter Queries","href":"articles/dashboard-designer/work-with-data/filter-queries.html","topicHref":"articles/dashboard-designer/work-with-data/filter-queries.html"},{"name":"Pass Query Parameters","href":"articles/dashboard-designer/work-with-data/pass-query-parameters.html","topicHref":"articles/dashboard-designer/work-with-data/pass-query-parameters.html"},{"name":"Stored Procedures","href":"articles/dashboard-designer/work-with-data/stored-procedures.html","topicHref":"articles/dashboard-designer/work-with-data/stored-procedures.html"},{"name":"Preview Data","href":"articles/dashboard-designer/work-with-data/preview-data.html","topicHref":"articles/dashboard-designer/work-with-data/preview-data.html"},{"name":"Creating Calculated Fields","href":"articles/dashboard-designer/work-with-data/creating-calculated-fields.html","topicHref":"articles/dashboard-designer/work-with-data/creating-calculated-fields.html"},{"name":"Data Inspector","href":"articles/dashboard-designer/work-with-data/data-inspector.html","topicHref":"articles/dashboard-designer/work-with-data/data-inspector.html"}]},{"name":"Add Dashboard Items","href":"articles/dashboard-designer/add-dashboard-items.html","topicHref":"articles/dashboard-designer/add-dashboard-items.html"},{"name":"Bind Dashboard Items to Data","href":"articles/dashboard-designer/bind-dashboard-items-to-data.html","topicHref":"articles/dashboard-designer/bind-dashboard-items-to-data.html","items":[{"name":"Bind Dashboard Items to Data","href":"articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data.html","topicHref":"articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data.html"},{"name":"Hidden Data Items","href":"articles/dashboard-designer/bind-dashboard-items-to-data/hidden-data-items.html","topicHref":"articles/dashboard-designer/bind-dashboard-items-to-data/hidden-data-items.html"},{"name":"Bind Dashboard Items to Data in OLAP mode","href":"articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html","topicHref":"articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html"}]},{"name":"Dashboard Item Settings","href":"articles/dashboard-designer/dashboard-item-settings.html","topicHref":"articles/dashboard-designer/dashboard-item-settings.html","items":[{"name":"Chart","href":"articles/dashboard-designer/dashboard-item-settings/chart.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/chart/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/providing-data.html"},{"name":"Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series.html","items":[{"name":"Series Overview","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/series-overview.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/series-overview.html"},{"name":"Bar Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/bar-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/bar-series.html"},{"name":"Point and Line Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/point-and-line-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/point-and-line-series.html"},{"name":"Area Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/area-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/area-series.html"},{"name":"Range Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/range-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/range-series.html"},{"name":"Weighted Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/weighted-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/weighted-series.html"},{"name":"Financial Series","href":"articles/dashboard-designer/dashboard-item-settings/chart/series/financial-series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/series/financial-series.html"}]},{"name":"Panes","href":"articles/dashboard-designer/dashboard-item-settings/chart/panes.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/panes.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/interactivity/drill-down.html"}]},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/chart/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/coloring.html"},{"name":"Legend","href":"articles/dashboard-designer/dashboard-item-settings/chart/legend.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/legend.html"},{"name":"Axes","href":"articles/dashboard-designer/dashboard-item-settings/chart/axes.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/axes.html","items":[{"name":"X-Axis","href":"articles/dashboard-designer/dashboard-item-settings/chart/axes/x-axis.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/axes/x-axis.html"},{"name":"Y-Axis","href":"articles/dashboard-designer/dashboard-item-settings/chart/axes/y-axis.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/axes/y-axis.html"}]},{"name":"Trend Indicators","href":"articles/dashboard-designer/dashboard-item-settings/chart/trend-indicators.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/trend-indicators.html"},{"name":"Orientation","href":"articles/dashboard-designer/dashboard-item-settings/chart/orientation.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/orientation.html"},{"name":"Conditional Formatting","href":"articles/dashboard-designer/dashboard-item-settings/chart/conditional-formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/chart/conditional-formatting.html"}]},{"name":"Scatter Chart","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/drill-down.html"}]},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/coloring.html"},{"name":"Legend","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/legend.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/legend.html"},{"name":"Axes","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/axes.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/axes.html"},{"name":"Orientation","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/orientation.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/orientation.html"},{"name":"Labels","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/labels.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/labels.html"},{"name":"Conditional Formatting","href":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/conditional-formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/scatter-chart/conditional-formatting.html"}]},{"name":"Grid","href":"articles/dashboard-designer/dashboard-item-settings/grid.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/grid/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/providing-data.html"},{"name":"Columns","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns.html","items":[{"name":"Column Type Overview","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/column-type-overview.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/column-type-overview.html"},{"name":"Dimension Column","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/dimension-column.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/dimension-column.html"},{"name":"Hyperlink Column","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/hyperlink-column.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/hyperlink-column.html"},{"name":"Measure Column","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/measure-column.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/measure-column.html"},{"name":"Delta Column","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/delta-column.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/delta-column.html"},{"name":"Sparkline Column","href":"articles/dashboard-designer/dashboard-item-settings/grid/columns/sparkline-column.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/columns/sparkline-column.html"}]},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/interactivity/drill-down.html"}]},{"name":"Conditional Formatting","href":"articles/dashboard-designer/dashboard-item-settings/grid/conditional-formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/conditional-formatting.html"},{"name":"Totals","href":"articles/dashboard-designer/dashboard-item-settings/grid/totals.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/totals.html"},{"name":"Column Filter","href":"articles/dashboard-designer/dashboard-item-settings/grid/column-filter.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/column-filter.html"},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/grid/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/layout.html"},{"name":"Style","href":"articles/dashboard-designer/dashboard-item-settings/grid/style.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/grid/style.html"}]},{"name":"Pies","href":"articles/dashboard-designer/dashboard-item-settings/pies.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/pies/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/interactivity/drill-down.html"}]},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/pies/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/coloring.html"},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/pies/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/layout.html"},{"name":"Labels","href":"articles/dashboard-designer/dashboard-item-settings/pies/labels.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/labels.html"},{"name":"Style","href":"articles/dashboard-designer/dashboard-item-settings/pies/style.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pies/style.html"}]},{"name":"Cards","href":"articles/dashboard-designer/dashboard-item-settings/cards.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/cards/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/providing-data.html"},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/cards/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/layout.html"},{"name":"Delta","href":"articles/dashboard-designer/dashboard-item-settings/cards/delta.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/delta.html"},{"name":"Sparkline","href":"articles/dashboard-designer/dashboard-item-settings/cards/sparkline.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/sparkline.html"},{"name":"Formatting","href":"articles/dashboard-designer/dashboard-item-settings/cards/formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/formatting.html"},{"name":"Conditional Formatting","href":"articles/dashboard-designer/dashboard-item-settings/cards/conditional-formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/conditional-formatting.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/interactivity/drill-down.html"}]},{"name":"Cards Arrangement","href":"articles/dashboard-designer/dashboard-item-settings/cards/cards-arrangement.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/cards/cards-arrangement.html"}]},{"name":"Gauges","href":"articles/dashboard-designer/dashboard-item-settings/gauges.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/gauges/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/providing-data.html"},{"name":"Delta","href":"articles/dashboard-designer/dashboard-item-settings/gauges/delta.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/delta.html"},{"name":"Gauge Scale","href":"articles/dashboard-designer/dashboard-item-settings/gauges/gauge-scale.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/gauge-scale.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/drill-down.html"}]},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/gauges/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/layout.html"},{"name":"Style","href":"articles/dashboard-designer/dashboard-item-settings/gauges/style.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/gauges/style.html"}]},{"name":"Pivot","href":"articles/dashboard-designer/dashboard-item-settings/pivot.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/pivot/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/pivot/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot/interactivity.html"},{"name":"Conditional Formatting","href":"articles/dashboard-designer/dashboard-item-settings/pivot/conditional-formatting.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot/conditional-formatting.html"},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/pivot/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot/layout.html"},{"name":"Expanded State","href":"articles/dashboard-designer/dashboard-item-settings/pivot/expanded-state.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/pivot/expanded-state.html"}]},{"name":"Choropleth Map","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map.html","items":[{"name":"Providing Maps","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-maps.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-maps.html"},{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-data.html"},{"name":"Map Coloring","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring.html","items":[{"name":"Delta","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring/delta.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring/delta.html"}]},{"name":"Map Navigation","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-navigation.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-navigation.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/interactivity.html"},{"name":"Labels","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/labels.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/labels.html"},{"name":"Legend","href":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/legend.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/choropleth-map/legend.html"}]},{"name":"Geo Point Maps","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps.html","items":[{"name":"Map Types Overview","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-types-overview.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-types-overview.html"},{"name":"Providing Maps","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/providing-maps.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/providing-maps.html"},{"name":"Geo Point Map","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html"}]},{"name":"Bubble Map","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html"},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/coloring.html"},{"name":"Legends","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/legends.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/legends.html"}]},{"name":"Pie Map","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html"},{"name":"Pie Options","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html"},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/coloring.html"},{"name":"Legends","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/legends.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/legends.html"}]},{"name":"Clustering","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/clustering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/clustering.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/interactivity.html"},{"name":"Labels","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/labels.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/labels.html"},{"name":"Map Navigation","href":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-navigation.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-navigation.html"}]},{"name":"Range Filter","href":"articles/dashboard-designer/dashboard-item-settings/range-filter.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/range-filter/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter/providing-data.html"},{"name":"Series","href":"articles/dashboard-designer/dashboard-item-settings/range-filter/series.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter/series.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/range-filter/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter/interactivity.html"},{"name":"Predefined Ranges","href":"articles/dashboard-designer/dashboard-item-settings/range-filter/predefined-ranges.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter/predefined-ranges.html"},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/range-filter/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/range-filter/coloring.html"}]},{"name":"Date Filter","href":"articles/dashboard-designer/dashboard-item-settings/date-filter.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/date-filter.html"},{"name":"Images","href":"articles/dashboard-designer/dashboard-item-settings/images.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/images.html","items":[{"name":"Image Types Overview","href":"articles/dashboard-designer/dashboard-item-settings/images/image-types-overview.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/images/image-types-overview.html"},{"name":"Providing Images","href":"articles/dashboard-designer/dashboard-item-settings/images/providing-images.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/images/providing-images.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/images/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/images/interactivity.html"},{"name":"Image Settings","href":"articles/dashboard-designer/dashboard-item-settings/images/image-settings.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/images/image-settings.html"}]},{"name":"Text Box","href":"articles/dashboard-designer/dashboard-item-settings/text-box.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/text-box.html","items":[{"name":"Editing Text","href":"articles/dashboard-designer/dashboard-item-settings/text-box/editing-text.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/text-box/editing-text.html"},{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/text-box/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/text-box/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/text-box/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/text-box/interactivity.html"}]},{"name":"Treemap","href":"articles/dashboard-designer/dashboard-item-settings/treemap.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap.html","items":[{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/treemap/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/drill-down.html"}]},{"name":"Layout","href":"articles/dashboard-designer/dashboard-item-settings/treemap/layout.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/layout.html"},{"name":"Grouping","href":"articles/dashboard-designer/dashboard-item-settings/treemap/grouping.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/grouping.html"},{"name":"Coloring","href":"articles/dashboard-designer/dashboard-item-settings/treemap/coloring.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/coloring.html"},{"name":"Labels","href":"articles/dashboard-designer/dashboard-item-settings/treemap/labels.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/treemap/labels.html"}]},{"name":"Filter Elements","href":"articles/dashboard-designer/dashboard-item-settings/filter-elements.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/filter-elements.html","items":[{"name":"Filter Elements Overview","href":"articles/dashboard-designer/dashboard-item-settings/filter-elements/filter-elements-overview.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/filter-elements/filter-elements-overview.html"},{"name":"Providing Data","href":"articles/dashboard-designer/dashboard-item-settings/filter-elements/providing-data.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/filter-elements/providing-data.html"},{"name":"Interactivity","href":"articles/dashboard-designer/dashboard-item-settings/filter-elements/interactivity.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/filter-elements/interactivity.html"}]},{"name":"Dashboard Item Group","href":"articles/dashboard-designer/dashboard-item-settings/dashboard-item-group.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/dashboard-item-group.html"},{"name":"Tab Container","href":"articles/dashboard-designer/dashboard-item-settings/tab-container.html","topicHref":"articles/dashboard-designer/dashboard-item-settings/tab-container.html"}]},{"name":"Data Shaping","href":"articles/dashboard-designer/data-shaping.html","topicHref":"articles/dashboard-designer/data-shaping.html","items":[{"name":"Summarization","href":"articles/dashboard-designer/data-shaping/summarization.html","topicHref":"articles/dashboard-designer/data-shaping/summarization.html"},{"name":"Grouping","href":"articles/dashboard-designer/data-shaping/grouping.html","topicHref":"articles/dashboard-designer/data-shaping/grouping.html"},{"name":"Sorting","href":"articles/dashboard-designer/data-shaping/sorting.html","topicHref":"articles/dashboard-designer/data-shaping/sorting.html"},{"name":"Filtering","href":"articles/dashboard-designer/data-shaping/filtering.html","topicHref":"articles/dashboard-designer/data-shaping/filtering.html"},{"name":"Top N","href":"articles/dashboard-designer/data-shaping/top-n.html","topicHref":"articles/dashboard-designer/data-shaping/top-n.html"},{"name":"Formatting Data","href":"articles/dashboard-designer/data-shaping/formatting-data.html","topicHref":"articles/dashboard-designer/data-shaping/formatting-data.html"}]},{"name":"Interactivity","href":"articles/dashboard-designer/interactivity.html","topicHref":"articles/dashboard-designer/interactivity.html","items":[{"name":"Master Filtering","href":"articles/dashboard-designer/interactivity/master-filtering.html","topicHref":"articles/dashboard-designer/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-designer/interactivity/drill-down.html","topicHref":"articles/dashboard-designer/interactivity/drill-down.html"},{"name":"Neutral Filter Mode","href":"articles/dashboard-designer/interactivity/neutral-filter-mode.html","topicHref":"articles/dashboard-designer/interactivity/neutral-filter-mode.html"}]},{"name":"Appearance Customization","href":"articles/dashboard-designer/appearance-customization.html","topicHref":"articles/dashboard-designer/appearance-customization.html","items":[{"name":"Conditional Formatting","href":"articles/dashboard-designer/appearance-customization/conditional-formatting.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting.html","items":[{"name":"Value","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/value.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/value.html"},{"name":"Top-Bottom","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/top-bottom.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/top-bottom.html"},{"name":"Average","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/average.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/average.html"},{"name":"Icon Ranges","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/icon-ranges.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/icon-ranges.html"},{"name":"Color Ranges","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/color-ranges.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/color-ranges.html"},{"name":"Gradient Ranges","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/gradient-ranges.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/gradient-ranges.html"},{"name":"A Date Occurring","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/a-date-occurring.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/a-date-occurring.html"},{"name":"Expression","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/expression.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/expression.html"},{"name":"Bar","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar.html"},{"name":"Bar Color Ranges","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar-color-ranges.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar-color-ranges.html"},{"name":"Bar Gradient Ranges","href":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar-gradient-ranges.html","topicHref":"articles/dashboard-designer/appearance-customization/conditional-formatting/bar-gradient-ranges.html"}]},{"name":"Coloring","href":"articles/dashboard-designer/appearance-customization/coloring.html","topicHref":"articles/dashboard-designer/appearance-customization/coloring.html","items":[{"name":"Coloring Concepts","href":"articles/dashboard-designer/appearance-customization/coloring/coloring-concepts.html","topicHref":"articles/dashboard-designer/appearance-customization/coloring/coloring-concepts.html"},{"name":"Customizing a Color Scheme","href":"articles/dashboard-designer/appearance-customization/coloring/customizing-a-color-scheme.html","topicHref":"articles/dashboard-designer/appearance-customization/coloring/customizing-a-color-scheme.html"}]},{"name":"Data Display Formatting","href":"articles/dashboard-designer/appearance-customization/data-display-formatting.html","topicHref":"articles/dashboard-designer/appearance-customization/data-display-formatting.html"}]},{"name":"Data Analysis","href":"articles/dashboard-designer/data-analysis.html","topicHref":"articles/dashboard-designer/data-analysis.html","items":[{"name":"Aggregations","href":"articles/dashboard-designer/data-analysis/aggregations.html","topicHref":"articles/dashboard-designer/data-analysis/aggregations.html","items":[{"name":"Summary Level Aggregations","href":"articles/dashboard-designer/data-analysis/aggregations/summary-level-aggregations.html","topicHref":"articles/dashboard-designer/data-analysis/aggregations/summary-level-aggregations.html"},{"name":"Intermediate Level Aggregations","href":"articles/dashboard-designer/data-analysis/aggregations/intermediate-level-aggregations.html","topicHref":"articles/dashboard-designer/data-analysis/aggregations/intermediate-level-aggregations.html"}]},{"name":"Expression Constants, Operators, and Functions","href":"articles/dashboard-designer/data-analysis/expression-constants-operators-and-functions.html","topicHref":"articles/dashboard-designer/data-analysis/expression-constants-operators-and-functions.html"},{"name":"Window Calculations","href":"articles/dashboard-designer/data-analysis/window-calculations.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations.html","items":[{"name":"Window Calculations Overview","href":"articles/dashboard-designer/data-analysis/window-calculations/window-calculations-overview.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations/window-calculations-overview.html"},{"name":"Window Definition","href":"articles/dashboard-designer/data-analysis/window-calculations/window-definition.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations/window-definition.html"},{"name":"Creating Window Calculations","href":"articles/dashboard-designer/data-analysis/window-calculations/creating-window-calculations.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations/creating-window-calculations.html"},{"name":"Calculation Functions Reference","href":"articles/dashboard-designer/data-analysis/window-calculations/calculation-functions-reference.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations/calculation-functions-reference.html"},{"name":"Window Calculation Limitations","href":"articles/dashboard-designer/data-analysis/window-calculations/window-calculation-limitations.html","topicHref":"articles/dashboard-designer/data-analysis/window-calculations/window-calculation-limitations.html"}]},{"name":"Use Dashboard Parameters","href":"articles/dashboard-designer/data-analysis/using-dashboard-parameters.html","topicHref":"articles/dashboard-designer/data-analysis/using-dashboard-parameters.html","items":[{"name":"Create Dashboard Parameters","href":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html","topicHref":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html"},{"name":"Create Cascading Parameters","href":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/create-cascading-parameters.html","topicHref":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/create-cascading-parameters.html"},{"name":"Reference Dashboard Parameters","href":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html","topicHref":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html"},{"name":"Specify Parameter Values","href":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html","topicHref":"articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html"}]}]},{"name":"Convert Dashboard Items","href":"articles/dashboard-designer/convert-dashboard-items.html","topicHref":"articles/dashboard-designer/convert-dashboard-items.html"},{"name":"Dashboard Layout","href":"articles/dashboard-designer/dashboard-layout.html","topicHref":"articles/dashboard-designer/dashboard-layout.html","items":[{"name":"Dashboard Title","href":"articles/dashboard-designer/dashboard-layout/dashboard-title.html","topicHref":"articles/dashboard-designer/dashboard-layout/dashboard-title.html"},{"name":"Dashboard Item Caption","href":"articles/dashboard-designer/dashboard-layout/dashboard-item-caption.html","topicHref":"articles/dashboard-designer/dashboard-layout/dashboard-item-caption.html"},{"name":"Dashboard Items Layout","href":"articles/dashboard-designer/dashboard-layout/dashboard-items-layout.html","topicHref":"articles/dashboard-designer/dashboard-layout/dashboard-items-layout.html"}]},{"name":"Undo and Redo Operations","href":"articles/dashboard-designer/undo-and-redo-operations.html","topicHref":"articles/dashboard-designer/undo-and-redo-operations.html"},{"name":"Automatic and Manual Updates","href":"articles/dashboard-designer/automatic-and-manual-updates.html","topicHref":"articles/dashboard-designer/automatic-and-manual-updates.html"},{"name":"Save a Dashboard","href":"articles/dashboard-designer/save-a-dashboard.html","topicHref":"articles/dashboard-designer/save-a-dashboard.html"},{"name":"Printing and Exporting","href":"articles/dashboard-designer/printing-and-exporting.html","topicHref":"articles/dashboard-designer/printing-and-exporting.html"},{"name":"UI Elements","href":"articles/dashboard-designer/ui-elements.html","topicHref":"articles/dashboard-designer/ui-elements.html","items":[{"name":"Data Source Browser","href":"articles/dashboard-designer/ui-elements/data-source-browser.html","topicHref":"articles/dashboard-designer/ui-elements/data-source-browser.html"},{"name":"Data Items Pane","href":"articles/dashboard-designer/ui-elements/data-items-pane.html","topicHref":"articles/dashboard-designer/ui-elements/data-items-pane.html"},{"name":"Print Preview","href":"articles/dashboard-designer/ui-elements/print-preview.html","topicHref":"articles/dashboard-designer/ui-elements/print-preview.html"},{"name":"Dashboard Surface","href":"articles/dashboard-designer/ui-elements/dashboard-surface.html","topicHref":"articles/dashboard-designer/ui-elements/dashboard-surface.html"}]}]},{"name":"Dashboard Viewer","href":"articles/dashboard-viewer.html","topicHref":"articles/dashboard-viewer.html","items":[{"name":"Data Presentation","items":[{"name":"Data Presentation Basics ","href":"articles/dashboard-viewer/data-presentation/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/data-presentation/data-presentation-basics.html"},{"name":"Master Filtering","href":"articles/dashboard-viewer/data-presentation/master-filtering.html","topicHref":"articles/dashboard-viewer/data-presentation/master-filtering.html"},{"name":"Drill-Down","href":"articles/dashboard-viewer/data-presentation/drill-down.html","topicHref":"articles/dashboard-viewer/data-presentation/drill-down.html"},{"name":"Dashboard Layout","href":"articles/dashboard-viewer/data-presentation/dashboard-layout.html","topicHref":"articles/dashboard-viewer/data-presentation/dashboard-layout.html"},{"name":"Data Inspector","href":"articles/dashboard-viewer/data-presentation/data-inspector.html","topicHref":"articles/dashboard-viewer/data-presentation/data-inspector.html"}]},{"name":"Dashboard Parameters","items":[{"name":"Requesting Parameter Values","href":"articles/dashboard-viewer/dashboard-parameters/requesting-parameter-values.html","topicHref":"articles/dashboard-viewer/dashboard-parameters/requesting-parameter-values.html"}]},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/printing-and-exporting.html"},{"name":"Dashboard Items","href":"articles/dashboard-viewer/dashboard-items.html","topicHref":"articles/dashboard-viewer/dashboard-items.html","items":[{"name":"Chart","href":"articles/dashboard-viewer/dashboard-items/chart.html","topicHref":"articles/dashboard-viewer/dashboard-items/chart.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/chart/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/chart/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/chart/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/chart/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/chart/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/chart/printing-and-exporting.html"}]},{"name":"Scatter Chart","href":"articles/dashboard-viewer/dashboard-items/scatter-chart.html","topicHref":"articles/dashboard-viewer/dashboard-items/scatter-chart.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/scatter-chart/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/scatter-chart/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/scatter-chart/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/scatter-chart/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/scatter-chart/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/scatter-chart/printing-and-exporting.html"}]},{"name":"Grid","href":"articles/dashboard-viewer/dashboard-items/grid.html","topicHref":"articles/dashboard-viewer/dashboard-items/grid.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/grid/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/grid/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/grid/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/grid/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/grid/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/grid/printing-and-exporting.html"}]},{"name":"Pies","href":"articles/dashboard-viewer/dashboard-items/pies.html","topicHref":"articles/dashboard-viewer/dashboard-items/pies.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/pies/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/pies/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/pies/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/pies/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/pies/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/pies/printing-and-exporting.html"}]},{"name":"Cards","href":"articles/dashboard-viewer/dashboard-items/cards.html","topicHref":"articles/dashboard-viewer/dashboard-items/cards.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/cards/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/cards/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/cards/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/cards/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/cards/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/cards/printing-and-exporting.html"}]},{"name":"Gauges","href":"articles/dashboard-viewer/dashboard-items/gauges.html","topicHref":"articles/dashboard-viewer/dashboard-items/gauges.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/gauges/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/gauges/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/gauges/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/gauges/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/gauges/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/gauges/printing-and-exporting.html"}]},{"name":"Pivot","href":"articles/dashboard-viewer/dashboard-items/pivot.html","topicHref":"articles/dashboard-viewer/dashboard-items/pivot.html","items":[{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/pivot/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/pivot/printing-and-exporting.html"}]},{"name":"Choropleth Map","href":"articles/dashboard-viewer/dashboard-items/choropleth-map.html","topicHref":"articles/dashboard-viewer/dashboard-items/choropleth-map.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/choropleth-map/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/choropleth-map/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/choropleth-map/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/choropleth-map/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/choropleth-map/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/choropleth-map/printing-and-exporting.html"}]},{"name":"Geo Point Maps","href":"articles/dashboard-viewer/dashboard-items/geo-point-maps.html","topicHref":"articles/dashboard-viewer/dashboard-items/geo-point-maps.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/geo-point-maps/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/geo-point-maps/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/geo-point-maps/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/geo-point-maps/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/geo-point-maps/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/geo-point-maps/printing-and-exporting.html"}]},{"name":"Range Filter","href":"articles/dashboard-viewer/dashboard-items/range-filter.html","topicHref":"articles/dashboard-viewer/dashboard-items/range-filter.html","items":[{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/range-filter/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/range-filter/printing-and-exporting.html"}]},{"name":"Date Filter","href":"articles/dashboard-viewer/dashboard-items/date-filter.html","topicHref":"articles/dashboard-viewer/dashboard-items/date-filter.html"},{"name":"Image","href":"articles/dashboard-viewer/dashboard-items/image.html","topicHref":"articles/dashboard-viewer/dashboard-items/image.html","items":[{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/image/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/image/printing-and-exporting.html"}]},{"name":"Text Box","href":"articles/dashboard-viewer/dashboard-items/text-box.html","topicHref":"articles/dashboard-viewer/dashboard-items/text-box.html","items":[{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/text-box/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/text-box/printing-and-exporting.html"}]},{"name":"Treemap","href":"articles/dashboard-viewer/dashboard-items/treemap.html","topicHref":"articles/dashboard-viewer/dashboard-items/treemap.html","items":[{"name":"Data Presentation Basics","href":"articles/dashboard-viewer/dashboard-items/treemap/data-presentation-basics.html","topicHref":"articles/dashboard-viewer/dashboard-items/treemap/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/dashboard-viewer/dashboard-items/treemap/interactivity.html","topicHref":"articles/dashboard-viewer/dashboard-items/treemap/interactivity.html"},{"name":"Printing and Exporting","href":"articles/dashboard-viewer/dashboard-items/treemap/printing-and-exporting.html","topicHref":"articles/dashboard-viewer/dashboard-items/treemap/printing-and-exporting.html"}]},{"name":"Filter Elements","href":"articles/dashboard-viewer/dashboard-items/filter-elements.html","topicHref":"articles/dashboard-viewer/dashboard-items/filter-elements.html","items":[{"name":"Filter Elements Overview","href":"articles/dashboard-viewer/dashboard-items/filter-elements/filter-elements-overview.html","topicHref":"articles/dashboard-viewer/dashboard-items/filter-elements/filter-elements-overview.html"},{"name":"Neutral Filter Mode","href":"articles/dashboard-viewer/dashboard-items/filter-elements/neutral-filter-mode.html","topicHref":"articles/dashboard-viewer/dashboard-items/filter-elements/neutral-filter-mode.html"}]},{"name":"Tab Container","href":"articles/dashboard-viewer/dashboard-items/tab-container.html","topicHref":"articles/dashboard-viewer/dashboard-items/tab-container.html"}]}]}]}
diff --git a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html
index 1ba77273a..b9560337b 100644
--- a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html
+++ b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html
@@ -98,9 +98,10 @@ Dashboard Parameters
You can use dashboard parameters when it is necessary to pass data of a certain type to a dashboard (e.g., to pass a specific value to the data source filter string or a calculated field).
These topics describe how to use dashboard parameters.
diff --git a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.html b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.html
new file mode 100644
index 000000000..dd7db7e96
--- /dev/null
+++ b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.html
@@ -0,0 +1,181 @@
+
+
+
+
+ Cascading Parameters | DevExpress End-User Documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Cascading Parameters
+
+Create cascading parameters to filter a list of predefined parameter values based on values of another parameter. The following image illustrates cascading parameters where Products parameter values are filtered by the selected Category :
+
+In case of two parameters, the first parameter is used to filter the data source for the second parameter with dynamic list settings.
+Create Cascading Parameters
+The dashboard in this example is connected to a Northwind database (an SQL Database) and contains three queries : Categories , Products , and OrderReports . The Grid item visualizes data from the OrderReports query.
+In this tutorial, you will create two dashboard parameters:
+
+The categoryDashParam parameter filters the Products query. The Products query is a data source for the productsDashParam parameter.
+The productsDashParam parameter filters the OrderReports query.
+
+The steps below create cascading parameters in the Web Dashboard:
+
+Create a dashboard parameter called categoryDashParam with dynamic list settings. Use the Categories query as a data member and the CategoryID field as a value member.
+The parameter settings may look as follows:
+
+
+Filter the Products query.
+To do this, click the Edit button next to the query on the Data Sources page of the dashboard menu .
+
+Click Run Query Builder in the opened window.
+In the invoked Query Builder , click the ellipsis button next to the Filter field in the Query Properties section:
+
+In the Filter Editor , specify the filter criteria. From the drop-down list select Parameter and create a new query parameter called categoryQueryParam :
+
+The resulting filter looks as follows:
+[Products.CategoryID] = ?categoryQueryParam
+
+
+Bind the categoryQueryParam query parameter to the categoryDashParam dashboard parameter.
+To do this, in the Parameters section of the Query Builder change the parameter’s type to Expression . Click the Value property’s ellipsis button to specify the dashboard parameter.
+The query parameter settings look as follows:
+
+
+Create a dashboard parameter called productsDashParam with dynamic list settings. Use the Products query as a data member and the ProductID field as a value member.
+The parameter settings may look as follows:
+
+
+Filter the OrderReports query.
+To do this, click the Edit button next to the query on the Data Sources page of the dashboard menu , then click Run Query Builder . In the invoked Query Builder , click the ellipsis button next to the Filter field in the Query Properties section.
+In the Filter Editor , specify the filter criteria. From the drop-down list select Parameter and create a new query parameter called productsQueryParam :
+
+The resulting filter looks as follows:
+[OrderReports.ProductID] In(?productsQueryParam)
+
+
+Bind the productsQueryParam query parameter to the productsDashParam dashboard parameter.
+To do this, in the Parameters section in the Query Builder change the parameter’s type to Expression . Click the Value property’s ellipsis button to specify the dashboard parameter.
+The query parameter settings look as follows:
+
+
+Create a Grid item to visualize data from the filtered OrderReports query.
+
+
+
+
Tip
+
When using a multi-value parameter to filter a query, create the condition with the Is any of
or Is none of
operator.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Copyright (c) 1998-2024 Developer Express Inc. All rights reserved.
+
+
+
+
+
diff --git a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html
index 6d30e94f2..f731898a6 100644
--- a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html
+++ b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html
@@ -93,55 +93,116 @@ Table of Contents
-Creating Parameters
+Create Dashboard Parameters in the Web Dashboard
-To create a dashboard parameter in the Web Dashboard, perform the following steps.
+This topic shows how to add a dashboard parameter and specify its settings in the UI.
+Create a Parameter
+To create a dashboard parameter, follow the steps below.
-Invoke the Dashboard Menu and select Parameters .
+Invoke the dashboard menu and select Parameters .
-In the Parameter List , click the Add New Parameter button. The following settings will be displayed for the created parameter.
-
+In the Parameter List , click the Add button. The parameter's settings form appears as follows:
+
-Specify the following parameter's settings.
-
-Name - Specifies the parameter name.
-
-Description - Specifies the parameter's description.
-The parameter's description is the value displayed in the Parameter Name column of the Dashboard Parameters dialog.
-
-Visible - Specifies whether or not the parameter is visible in the Dashboard Parameters dialog.
-
-Allow Null - Specifies whether or a not null value can be passed as a parameter value.
-
-Allow Multiselect - Specifies whether or not multi-selection is enabled for the current parameter.
-
-Select All Values - Specifies whether or not all parameter values should be selected in the initial state. Note that this option is in effect when Allow Multiselect is set to true .
-
-Type - Specifies the parameter type.
-
-Default Value - Specifies the default parameter’s value.
-
-Look-Up Settings - Specifies the parameter's look-up editor settings. To learn more, see the next step.
+Specify the parameter's settings.
+
+Parameter Settings
+Name
+Specifies the parameter name.
+When you create and modify parameter names, follow the rules below:
+
+A name can contain letters, numbers, and underscores.
+A name cannot contain spaces.
+A name cannot be an empty string.
+The dashboard cannot contain parameters with the same name.
+Names are case-sensitive. For example, you can create the names Parameter and PARAMETER .
-
-Depending on the selected Look-up Settings option, you need to specify the following settings.
+Description
+Specifies the parameter description displayed in the Parameter column of the Dashboard Parameters dialog:
+
+Visible
+Specifies whether the parameter is visible in the Dashboard Parameters dialog.
+Allow Null
+Specifies whether a null value can be passed as a parameter value.
+Allow Multiselect
+Specifies whether multi-selection is enabled for the current parameter.
-No Look-Up -
-Allows you to specify the required parameter value manually in the Dashboard Parameters dialog.
-Static List -
-Allows you to select a parameter value defined in a static list. To add predefined parameter values, use the + button.
-Dynamic List -
-Allows you to select a parameter value defined in a data source. To provide access to data source values, specify the following options.
-
-First, select the required Data Source from the list of available data sources. For the SQL data source, select the required Data Member that specifies the query/data member from the selected Data Source .
-Then, specify data members for the dashboard parameter's value and display name using Value Member and Display Member , respectively.
-If necessary, specify the data member used to sort parameter values using the Sort By option. The Sort Order specifies the required sort order.
-
-
+Use the Is any of or Is none of operators to pass a multi-select parameter to a filter criteria or to the Expression format condition.
+Use the In or Not In operators to pass a multi-select parameter to a calculated field expression.
-
-
+Select All Values
+Specifies whether all parameter values should be selected in the initial state of the dashboard.
+Note that this option is in effect when the Allow Multiselect setting is enabled.
+Type
+Specifies the parameter type. Select the parameter type from the drop-down list in the Type field.
+The following types are available:
+
+String
+Date
+Number (16-bit integer)
+Number (32-bit integer)
+Number (64-bit integer)
+Number (floating point)
+Number (double-precision floating point)
+Number (decimal)
+Boolean
+GUID (Globally Unique Identifier)
+
+Default Value
+Specifies the default parameter value.
+Look-Up Settings
+Specifies the parameter's look-up editor settings.
+The following Look-up Settings are available in the Web Dashboard:
+No Look-Up
+An end user specifies the parameter value in the Dashboard Parameters dialog.
+Static List
+An end user selects a parameter value from a static list. To add predefined parameter values, use the plus button.
+Dynamic List
+An end user selects a parameter value defined in a data source.
+
+
Tip
+
You can also create cascading parameters in the Web Dashboard. For more information, refer to the following topic: Cascading Parameters .
+
+You can specify a data source as a source for dashboard parameter values. To provide access to data source values, specify the following options:
+
+
+
+UI Settings
+Description
+
+
+
+
+Data Source
+Specifies the data source for the dashboard parameter.
+
+
+Data Member
+Specifies the name of the data member with the parameter values for SQL and Entity Framework data sources.
+
+
+Value Member
+Specifies the name of the data field for the parameter values.
+
+
+Display Member (optional)
+Specifies the name of the data field displayed in the Dashboard Parameters dialog as a value description.
+
+
+Sort By (optional)
+Specifies the data member used to sort parameter values.
+
+
+Sort Order (optional)
+Specifies the sort order.
+
+
+
+
+
Note
+
You cannot use an OLAP data source as the data source for a dashboard parameter.
+
diff --git a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html
index f377d141c..a6b8025f6 100644
--- a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html
+++ b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html
@@ -2,9 +2,9 @@
- Passing Parameter Values | DevExpress End-User Documentation
+ Reference Dashboard Parameters | DevExpress End-User Documentation
-
+
@@ -93,44 +93,86 @@ Table of Contents
-Passing Parameter Values
-
-In this topic, it describes how to pass the created dashboard parameter to the dashboard. For instance, you can include a dashboard parameter to a WHERE clause of the SQL query or you can filter a dashboard dynamically according to the required parameter value(s).
-The created dashboard parameter can be used in the following scenarios:
-
- SQL Queries
-The Web Dashboard provides the capability to bind a dashboard parameter and the existing SQL query /stored procedure parameter. This can be useful when you need to filter the SQL query dynamically by including the parameter value in the WHERE clause.
-
-Do the following to bind a dashboard parameter to an SQL query or stored procedure parameter in the Dashboard Data Source Wizard :
-
-Select the existing query or stored procedure parameter, or use the Add button to create a new query parameter.
-Set the Expression as a parameter value and click the ellipsis button to invoke the Expression Editor for this parameter.
-In the Expression Editor, add the required dashboard parameter from the Parameters column.
-
- Filtering
-You can filter the specified query of the SQL Data Source, the entire Excel Data Source /Object Data Source or apply filtering to a specific dashboard item according to the current parameter value(s) using the Filter Editor.
-In the Filter Editor, you can compare a field value with different objects such as static values, values of another field or parameter values. To switch between values, click a down arrow glyph in the operand value placeholder to expand the list of available objects. Select the Parameter object to compare a field value with a parameter value.
-
-Then, click the operand value to invoke the list of available parameters and select the existing parameter or create a new one.
-
-
-You can apply conditional formatting to a specific dashboard item according to the current parameter value when creating the Expression format condition . Use this capability to format dashboard item elements dynamically, depending on the current parameter value.
-
-To switch between values, click the down arrow glyph in the operand value placeholder to expand the list of available objects and select the Parameter object to create a format rule with a parameter.
- Calculated Fields
-You can use parameters when constructing expressions for calculated fields . This allows you to evaluate values of the calculated field dynamically depending on the current parameter value.
-
-To include a parameter in the expression, double-click the required parameter in the Fields pane.
- Window Calculations
-You can use parameters when customizing expressions for window calculations . This allows you to apply a calculation dynamically, depending on the current parameter value.
-
-To create the calculation with a parameter, select the Custom calculation and click Edit . In the invoked Expression Editor double-click the required parameter.
+Reference Dashboard Parameters
+
+This topic describes how to reference a dashboard parameter in filter strings , calculated fields , and window calculations . You can also bind a dashboard parameter to a query parameter to filter the SQL data source dynamically.
+
+
Tip
+
You can also create cascading parameters in the Web Dashboard. For more information, refer to the following topic: Cascading Parameters .
+
+SQL Queries and Stored Procedures
+You can filter the SQL data sources dynamically if you bind a query parameter to a dashboard parameter.
+Invoke the Data Source Wizard window or use the Properties section of the Query Builder 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:
+
+The resulting query parameter settings may appear as follows:
+
+Refer to the following article for more information about query parameters: Use Query Parameters .
+
+
Tip
+
For information on how to filter Excel, Object, XPO, and JSON data sources, refer to the following article: Filter Data Sources .
+
+Data Source Filtering
+The Web Dashboard allows you to filter Excel, Object, XPO, and JSON data sources dynamically if you use a dashboard parameter in the filter criteria.
+To add filters to a data source, open the dashboard menu, invoke the Data Sources page, select a data source and click Filter .
+
+In the invoked Filter Editor , build a filter expression. Click the down arrow glyph in the operand value placeholder to expand the list of available objects. Select the Parameter option to compare a field value with a parameter value.
+
+To select a dashboard parameter from the list of available parameters, click the parameter operand:
+
+Click OK to save the created filter criteria. Now, when you change the dashboard parameter value, the data source is filtered according to the parameter value.
+Dashboard Item Filters
+Web Dashboard allows you to use the following data filters in dashboard items:
+Dashboard Item Filter
+: Filters individual dashboard items independently.
+Measure Filter
+: Filters only the specified measure in the dashboard item.
+Visible Data Filter
+: Hides a part of the calculated data from the view. This filter type does not filter underlying data used in calculations or intermediate level aggregations.
+To apply filtering based on a dynamic value, you need to use a dashboard parameter in a filter criteria. The following example describes how to filter a dashboard item according to a dashboard parameter value.
+To add a dashboard item filter, open the dashboard item’s Filters menu, go to the Item Filter section and click the Edit button:
+
+In the invoked Filter Editor , build a filter expression. Click the down arrow glyph in the operand value placeholder to expand the list of available objects. Select the Parameter option to compare a field value with a parameter value.
+
+To select a dashboard parameter from the list of available parameters, click the parameter operand:
+
+Click OK to save the created filter criteria. Now, when you change the dashboard parameter value, the dashboard item is filtered according to the parameter value.
+
+
Tip
+
For more information on filtering in Web Dashboard, refer to the following article: Filtering .
+
+
+You can apply conditional formatting to a dashboard item according to the current parameter value. It allows you to format dashboard item elements dynamically.
+To reference a dashboard parameter in a format rule , set the condition type to Expression :
+
+In the invoked dialog, click the Edit button to create a condition:
+
+In the invoked Filter Editor , build a filter expression. Click the down arrow glyph in the operand value placeholder to expand the list of available objects. Select the Parameter option to compare a field value with a parameter value.
+
+To select a dashboard parameter from the list of available parameters, click the parameter operand:
+
+Click OK to save the created format rule. Now, when you change the dashboard parameter value, the dashboard item is formatted according to the parameter value.
+
+
Tip
+
For more information on conditional formatting in Web Dashboard, refer to the following article: Conditional Formatting .
+
+Calculated Fields
+You can use parameters when you construct expressions for calculated fields . This allows you to evaluate values of the calculated field dynamically depending on the current parameter value.
+To reference the dashboard parameter value in an expression, add or edit a calculated field. In the invoked Edit Calculated Field window, double-click the required parameter in the Fields section.
+
+Click Save to save the created calculated fields. Now, when you change the dashboard parameter value, the calculated field values are changed according to the specified expression.
+
+
Tip
+
For more information on calculated fields in Web Dashboard, refer to the following article: Calculated Fields .
+
+Window Calculations
+You can use dashboard parameters in window calculations . This allows you to apply specific computations to measure values depending on the current parameter value.
+To reference the dashboard parameter value in an expression, create or edit a window calculation. In the invoked Expression Editor window, double-click the required parameter from the Fields section.
+
+Click OK to save the created window calculation. Now, when you change the dashboard parameter value, the calculation values are changed according to the specified expression.
+
+
Tip
+
For more information on window calculations in Web Dashboard, refer to the following article: Window Calculations .
+
diff --git a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html
index 3e9ca2ddc..bdbc8a901 100644
--- a/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html
+++ b/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html
@@ -2,9 +2,9 @@
- Requesting Parameter Values | DevExpress End-User Documentation
+ Specify Dashboard Parameter Values | DevExpress End-User Documentation
-
+
@@ -93,12 +93,13 @@ Table of Contents
-Requesting Parameter Values
+Specify Dashboard Parameter Values
-The Web Dashboard provides a built-in Dashboard Parameters dialog, which provides the capability to change dashboard parameter values. This dialog is created automatically, depending on the parameter type and visibility settings.
-
-To invoke the Dashboard Parameters dialog in the Web Dashboard, click the Parameters button (the icon) in the dashboard title .
-Select the required parameter values in the Dashboard Parameters dialog and click the Submit button to apply the changes. To restore the default values, click the Reset button.
+The Web Dashboard control includes a built-in Dashboard Parameters dialog, which allows users to change dashboard parameter values. This dialog is created automatically depending on the parameter settings. Select the Visible check box in the parameter settings to display the parameter in the Dashboard Parameters dialog.
+To invoke the Dashboard Parameters dialog in the Web Dashboard, click the Parameters button in the dashboard title. Change the parameter values in the Dashboard Parameters dialog and click the Submit button to apply the changes.
+The following image shows how to invoke the Dashboard Parameters dialog and change the parameter value:
+
+To reset changes to the default values, click the Reset button.
diff --git a/dashboard-for-web/images/cascading-parameters-web.gif b/dashboard-for-web/images/cascading-parameters-web.gif
new file mode 100644
index 000000000..d83c78b40
Binary files /dev/null and b/dashboard-for-web/images/cascading-parameters-web.gif differ
diff --git a/dashboard-for-web/images/conditional-formatting-create-expression-rule.png b/dashboard-for-web/images/conditional-formatting-create-expression-rule.png
new file mode 100644
index 000000000..c38ad3fd7
Binary files /dev/null and b/dashboard-for-web/images/conditional-formatting-create-expression-rule.png differ
diff --git a/dashboard-for-web/images/dashboard-parameter-description.png b/dashboard-for-web/images/dashboard-parameter-description.png
new file mode 100644
index 000000000..ae35884ec
Binary files /dev/null and b/dashboard-for-web/images/dashboard-parameter-description.png differ
diff --git a/dashboard-for-web/images/dashboard-parameters-web.gif b/dashboard-for-web/images/dashboard-parameters-web.gif
new file mode 100644
index 000000000..7f9ce34eb
Binary files /dev/null and b/dashboard-for-web/images/dashboard-parameters-web.gif differ
diff --git a/dashboard-for-web/images/expression-type-conditional-formatting.png b/dashboard-for-web/images/expression-type-conditional-formatting.png
new file mode 100644
index 000000000..2b5068d9e
Binary files /dev/null and b/dashboard-for-web/images/expression-type-conditional-formatting.png differ
diff --git a/dashboard-for-web/images/filter-data-source-with-parameter.png b/dashboard-for-web/images/filter-data-source-with-parameter.png
new file mode 100644
index 000000000..ea50ec6b5
Binary files /dev/null and b/dashboard-for-web/images/filter-data-source-with-parameter.png differ
diff --git a/dashboard-for-web/images/filter-editor-dashboard-parameter-selection.png b/dashboard-for-web/images/filter-editor-dashboard-parameter-selection.png
new file mode 100644
index 000000000..464daedaf
Binary files /dev/null and b/dashboard-for-web/images/filter-editor-dashboard-parameter-selection.png differ
diff --git a/dashboard-for-web/images/filter-editor-dashboard-parameter.png b/dashboard-for-web/images/filter-editor-dashboard-parameter.png
new file mode 100644
index 000000000..6cece1c90
Binary files /dev/null and b/dashboard-for-web/images/filter-editor-dashboard-parameter.png differ
diff --git a/dashboard-for-web/images/filter-sql-query.png b/dashboard-for-web/images/filter-sql-query.png
new file mode 100644
index 000000000..b767129b4
Binary files /dev/null and b/dashboard-for-web/images/filter-sql-query.png differ
diff --git a/dashboard-for-web/images/wdd-parameters-calculated-field126509.png b/dashboard-for-web/images/wdd-parameters-calculated-field126509.png
new file mode 100644
index 000000000..0f9d7b1f0
Binary files /dev/null and b/dashboard-for-web/images/wdd-parameters-calculated-field126509.png differ
diff --git a/dashboard-for-web/images/wdd-parameters-window-calculations126562.png b/dashboard-for-web/images/wdd-parameters-window-calculations126562.png
new file mode 100644
index 000000000..94cf9ebdb
Binary files /dev/null and b/dashboard-for-web/images/wdd-parameters-window-calculations126562.png differ
diff --git a/dashboard-for-web/images/wdd-query-parameters-complex-expression.png b/dashboard-for-web/images/wdd-query-parameters-complex-expression.png
new file mode 100644
index 000000000..4774d90d9
Binary files /dev/null and b/dashboard-for-web/images/wdd-query-parameters-complex-expression.png differ
diff --git a/dashboard-for-web/images/wdd-query-parameters-parameter-expression.png b/dashboard-for-web/images/wdd-query-parameters-parameter-expression.png
new file mode 100644
index 000000000..08310be63
Binary files /dev/null and b/dashboard-for-web/images/wdd-query-parameters-parameter-expression.png differ
diff --git a/dashboard-for-web/images/web-category-parameter-cascading.png b/dashboard-for-web/images/web-category-parameter-cascading.png
new file mode 100644
index 000000000..a72b83106
Binary files /dev/null and b/dashboard-for-web/images/web-category-parameter-cascading.png differ
diff --git a/dashboard-for-web/images/web-category-parameter-filter-cascading.png b/dashboard-for-web/images/web-category-parameter-filter-cascading.png
new file mode 100644
index 000000000..abb255366
Binary files /dev/null and b/dashboard-for-web/images/web-category-parameter-filter-cascading.png differ
diff --git a/dashboard-for-web/images/web-category-query-parameter-setting.png b/dashboard-for-web/images/web-category-query-parameter-setting.png
new file mode 100644
index 000000000..21920d464
Binary files /dev/null and b/dashboard-for-web/images/web-category-query-parameter-setting.png differ
diff --git a/dashboard-for-web/images/web-filter-properties.png b/dashboard-for-web/images/web-filter-properties.png
new file mode 100644
index 000000000..e58bc4ce2
Binary files /dev/null and b/dashboard-for-web/images/web-filter-properties.png differ
diff --git a/dashboard-for-web/images/web-products-parameter-cascading.png b/dashboard-for-web/images/web-products-parameter-cascading.png
new file mode 100644
index 000000000..b4253600b
Binary files /dev/null and b/dashboard-for-web/images/web-products-parameter-cascading.png differ
diff --git a/dashboard-for-web/images/web-products-parameter-filter-cascading.png b/dashboard-for-web/images/web-products-parameter-filter-cascading.png
new file mode 100644
index 000000000..ee686df6c
Binary files /dev/null and b/dashboard-for-web/images/web-products-parameter-filter-cascading.png differ
diff --git a/dashboard-for-web/images/web-products-query-parameter-setting.png b/dashboard-for-web/images/web-products-query-parameter-setting.png
new file mode 100644
index 000000000..1c870dc7c
Binary files /dev/null and b/dashboard-for-web/images/web-products-query-parameter-setting.png differ
diff --git a/dashboard-for-web/toc.html b/dashboard-for-web/toc.html
index 6569d6b9f..5b09de870 100644
--- a/dashboard-for-web/toc.html
+++ b/dashboard-for-web/toc.html
@@ -540,13 +540,16 @@
diff --git a/dashboard-for-web/toc.json b/dashboard-for-web/toc.json
index 9489ad344..cf1c7a9b5 100644
--- a/dashboard-for-web/toc.json
+++ b/dashboard-for-web/toc.json
@@ -1,2 +1,2 @@
-{"items":[{"name":"Web Dashboard - Designer Mode","href":"articles/web-dashboard-designer-mode.html","topicHref":"articles/web-dashboard-designer-mode.html","items":[{"name":"Create a Dashboard","href":"articles/web-dashboard-designer-mode/create-a-dashboard.html","topicHref":"articles/web-dashboard-designer-mode/create-a-dashboard.html"},{"name":"Provide Data","href":"articles/web-dashboard-designer-mode/provide-data.html","topicHref":"articles/web-dashboard-designer-mode/provide-data.html","items":[{"name":"Create a New Data Source","href":"articles/web-dashboard-designer-mode/provide-data/create-a-new-data-source.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/create-a-new-data-source.html"},{"name":"Connect to an Existing Data Source","href":"articles/web-dashboard-designer-mode/provide-data/connect-to-an-existing-data-source.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/connect-to-an-existing-data-source.html"},{"name":"Manage Data Sources","href":"articles/web-dashboard-designer-mode/provide-data/manage-data-sources.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/manage-data-sources.html"},{"name":"Working with SQL Data Sources","href":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources.html","items":[{"name":"Manage SQL Queries","href":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/manage-sql-queries.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/manage-sql-queries.html"},{"name":"Filter Queries","href":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/filter-queries.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/filter-queries.html"},{"name":"Pass Query Parameters","href":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/pass-query-parameters.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/pass-query-parameters.html"},{"name":"Stored Procedures","href":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/stored-procedures.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/stored-procedures.html"}]},{"name":"Filter Data Sources","href":"articles/web-dashboard-designer-mode/provide-data/filter-data-sources.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/filter-data-sources.html"},{"name":"Calculated Fields","href":"articles/web-dashboard-designer-mode/provide-data/calculated-fields.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/calculated-fields.html"},{"name":"Data Inspector","href":"articles/web-dashboard-designer-mode/provide-data/data-inspector.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/data-inspector.html"}]},{"name":"Add Dashboard Items","href":"articles/web-dashboard-designer-mode/add-dashboard-items.html","topicHref":"articles/web-dashboard-designer-mode/add-dashboard-items.html"},{"name":"Bind Dashboard Items to Data","href":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data.html","topicHref":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data.html","items":[{"name":"Bind Dashboard Items to Data in the Web Dashboard","href":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-the-web-dashboard.html","topicHref":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-the-web-dashboard.html"},{"name":"Hidden Data Items","href":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/hidden-data-items.html","topicHref":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/hidden-data-items.html"},{"name":"Bind Dashboard Items to Data in OLAP Mode","href":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html","topicHref":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html"}]},{"name":"Dashboard Item Settings","href":"articles/web-dashboard-designer-mode/dashboard-item-settings.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings.html","items":[{"name":"Chart","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/providing-data.html"},{"name":"Series","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/series.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/series.html"},{"name":"Panes","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/panes.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/panes.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/interactivity.html"},{"name":"Legend","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/legend.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/legend.html"},{"name":"Axes","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/axes.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/axes.html"},{"name":"Trend Indicators","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/trend-indicators.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/trend-indicators.html"},{"name":"Orientation","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/orientation.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/orientation.html"},{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/conditional-formatting.html"}]},{"name":"Scatter Chart","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/providing-data.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/interactivity.html"},{"name":"Legend","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/legend.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/legend.html"},{"name":"Axes","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/axes.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/axes.html"},{"name":"Orientation","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/orientation.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/orientation.html"},{"name":"Labels","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/labels.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/labels.html"},{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/conditional-formatting.html"}]},{"name":"Grid","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/providing-data.html"},{"name":"Columns","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/columns.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/columns.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/interactivity.html"},{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/conditional-formatting.html"},{"name":"Totals","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/totals.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/totals.html"},{"name":"Column Filter","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/column-filter.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/column-filter.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/layout.html"}]},{"name":"Pies","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/providing-data.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/interactivity.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/layout.html"},{"name":"Labels","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/labels.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/labels.html"},{"name":"Style","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/style.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/style.html"}]},{"name":"Cards","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/providing-data.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/layout.html"},{"name":"Delta","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/delta.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/delta.html"},{"name":"Sparkline","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/sparkline.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/sparkline.html"},{"name":"Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/formatting.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/interactivity.html"},{"name":"Cards Arrangement","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/cards-arrangement.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/cards-arrangement.html"},{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/conditional-formatting.html"}]},{"name":"Gauges","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/providing-data.html"},{"name":"Delta","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/delta.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/delta.html"},{"name":"Gauge Scale","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/gauge-scale.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/gauge-scale.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/interactivity.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/layout.html"},{"name":"Style","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/style.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/style.html"}]},{"name":"Pivot","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/providing-data.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/interactivity.html"},{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/conditional-formatting.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/layout.html"},{"name":"Expanded State","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/expanded-state.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/expanded-state.html"}]},{"name":"Choropleth Map","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map.html","items":[{"name":"Providing Maps","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-maps.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-maps.html"},{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-data.html"},{"name":"Delta","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/delta.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/delta.html"},{"name":"Map Navigation","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/map-navigation.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/map-navigation.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/interactivity.html"},{"name":"Labels","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/labels.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/labels.html"},{"name":"Legend","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/legend.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/legend.html"}]},{"name":"Geo Point Maps","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps.html","items":[{"name":"Map Types Overview","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-types-overview.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-types-overview.html"},{"name":"Providing Maps","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/providing-maps.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/providing-maps.html"},{"name":"Geo Point Map","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html"}]},{"name":"Bubble Map","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html"},{"name":"Legends","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/legends.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/legends.html"}]},{"name":"Pie Map","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html"},{"name":"Pie Options","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html"},{"name":"Coloring","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/coloring.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/coloring.html"},{"name":"Legends","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/legends.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/legends.html"}]},{"name":"Clustering","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/clustering.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/clustering.html"},{"name":"Map Navigation","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-navigation.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-navigation.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/interactivity.html"},{"name":"Labels","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/labels.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/labels.html"}]},{"name":"Range Filter","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/providing-data.html"},{"name":"Series","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/series.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/series.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/interactivity.html"},{"name":"Predefined Periods","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/predefined-periods.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/predefined-periods.html"}]},{"name":"Date Filter","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/date-filter.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/date-filter.html"},{"name":"Images","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/images.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/images.html","items":[{"name":"Image Overview","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-overview.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-overview.html"},{"name":"Providing Images","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/providing-images.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/providing-images.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/interactivity.html"},{"name":"Image Settings","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-settings.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-settings.html"}]},{"name":"Text Box","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/text-box.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/text-box.html"},{"name":"Treemap","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/providing-data.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/interactivity.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/layout.html"},{"name":"Grouping","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/grouping.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/grouping.html"},{"name":"Coloring","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/coloring.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/coloring.html"},{"name":"Labels","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/labels.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/labels.html"}]},{"name":"Filter Elements","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements.html","items":[{"name":"Filter Elements Overview","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/filter-elements-overview.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/filter-elements-overview.html"},{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/providing-data.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/interactivity.html"}]},{"name":"Dashboard Item Group","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/dashboard-item-group.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/dashboard-item-group.html"},{"name":"Tab Container","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/tab-container.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/tab-container.html"}]},{"name":"Data Shaping","href":"articles/web-dashboard-designer-mode/data-shaping.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping.html","items":[{"name":"Summarization","href":"articles/web-dashboard-designer-mode/data-shaping/summarization.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/summarization.html"},{"name":"Grouping","href":"articles/web-dashboard-designer-mode/data-shaping/grouping.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/grouping.html"},{"name":"Sorting","href":"articles/web-dashboard-designer-mode/data-shaping/sorting.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/sorting.html"},{"name":"Filtering","href":"articles/web-dashboard-designer-mode/data-shaping/filtering.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/filtering.html"},{"name":"Top N","href":"articles/web-dashboard-designer-mode/data-shaping/top-n.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/top-n.html"},{"name":"Formatting Data","href":"articles/web-dashboard-designer-mode/data-shaping/formatting-data.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/formatting-data.html"}]},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/interactivity.html","items":[{"name":"Master Filtering","href":"articles/web-dashboard-designer-mode/interactivity/master-filtering.html","topicHref":"articles/web-dashboard-designer-mode/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/web-dashboard-designer-mode/interactivity/drill-down.html","topicHref":"articles/web-dashboard-designer-mode/interactivity/drill-down.html"},{"name":"Neutral Filter Mode","href":"articles/web-dashboard-designer-mode/interactivity/neutral-filter-mode.html","topicHref":"articles/web-dashboard-designer-mode/interactivity/neutral-filter-mode.html"}]},{"name":"Appearance Customization","href":"articles/web-dashboard-designer-mode/appearance-customization.html","topicHref":"articles/web-dashboard-designer-mode/appearance-customization.html","items":[{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/appearance-customization/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/appearance-customization/conditional-formatting.html"},{"name":"Coloring","href":"articles/web-dashboard-designer-mode/appearance-customization/coloring.html","topicHref":"articles/web-dashboard-designer-mode/appearance-customization/coloring.html"},{"name":"Themes","href":"articles/web-dashboard-designer-mode/appearance-customization/themes.html","topicHref":"articles/web-dashboard-designer-mode/appearance-customization/themes.html"}]},{"name":"Data Analysis","href":"articles/web-dashboard-designer-mode/data-analysis.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis.html","items":[{"name":"Aggregations","href":"articles/web-dashboard-designer-mode/data-analysis/aggregations.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/aggregations.html"},{"name":"Calculations","href":"articles/web-dashboard-designer-mode/data-analysis/calculations.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/calculations.html"},{"name":"Dashboard Parameters","href":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html","items":[{"name":"Creating Parameters","href":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html"},{"name":"Passing Parameter Values","href":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html"},{"name":"Requesting Parameter Values","href":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html"}]},{"name":"Expression Constants, Operators, and Functions","href":"articles/web-dashboard-designer-mode/data-analysis/expression-constants-operators-and-functions.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/expression-constants-operators-and-functions.html"}]},{"name":"Convert Dashboard Items","href":"articles/web-dashboard-designer-mode/convert-dashboard-items.html","topicHref":"articles/web-dashboard-designer-mode/convert-dashboard-items.html"},{"name":"Dashboard Layout","href":"articles/web-dashboard-designer-mode/dashboard-layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-layout.html","items":[{"name":"Dashboard Title","href":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-title.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-title.html"},{"name":"Dashboard Item Caption","href":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-item-caption.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-item-caption.html"},{"name":"Dashboard Items Layout","href":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-items-layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-items-layout.html"}]},{"name":"Undo and Redo Operations","href":"articles/web-dashboard-designer-mode/undo-and-redo-operations.html","topicHref":"articles/web-dashboard-designer-mode/undo-and-redo-operations.html"},{"name":"Save a Dashboard","href":"articles/web-dashboard-designer-mode/save-a-dashboard.html","topicHref":"articles/web-dashboard-designer-mode/save-a-dashboard.html"},{"name":"Open a Dashboard","href":"articles/web-dashboard-designer-mode/open-a-dashboard.html","topicHref":"articles/web-dashboard-designer-mode/open-a-dashboard.html"},{"name":"Exporting","href":"articles/web-dashboard-designer-mode/exporting.html","topicHref":"articles/web-dashboard-designer-mode/exporting.html"},{"name":"UI Elements","href":"articles/web-dashboard-designer-mode/ui-elements.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements.html","items":[{"name":"Toolbox","href":"articles/web-dashboard-designer-mode/ui-elements/toolbox.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/toolbox.html"},{"name":"Dashboard Surface","href":"articles/web-dashboard-designer-mode/ui-elements/dashboard-surface.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dashboard-surface.html"},{"name":"Dashboard Menu","href":"articles/web-dashboard-designer-mode/ui-elements/dashboard-menu.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dashboard-menu.html"},{"name":"Dashboard Item Menu","href":"articles/web-dashboard-designer-mode/ui-elements/dashboard-item-menu.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dashboard-item-menu.html"},{"name":"Data Item Menu","href":"articles/web-dashboard-designer-mode/ui-elements/data-item-menu.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/data-item-menu.html"},{"name":"Designer Toolbar","href":"articles/web-dashboard-designer-mode/ui-elements/designer-toolbar.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/designer-toolbar.html"},{"name":"Dialogs and Wizards","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards.html","items":[{"name":"Dashboard Data Source Wizard","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard.html","items":[{"name":"Specify Data Source Settings (Database)","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-database.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-database.html"},{"name":"Specify Data Source Settings (JSON)","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-json.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-json.html"},{"name":"Specify Data Source Settings (OLAP)","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-olap.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-olap.html"},{"name":"Specify Data Source Settings (Data Fedaration)","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-data-federation.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-data-federation.html"}]},{"name":"Query Builder","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/query-builder.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/query-builder.html"},{"name":"Preview Data","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/preview-data.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/preview-data.html"},{"name":"Filter Editor","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/filter-editor.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/filter-editor.html"}]}]}]},{"name":"Web Dashboard - Viewer Mode","href":"articles/web-dashboard-viewer-mode.html","topicHref":"articles/web-dashboard-viewer-mode.html","items":[{"name":"Data Presentation","items":[{"name":"Data Presentation Basics ","href":"articles/web-dashboard-viewer-mode/data-presentation/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/data-presentation/data-presentation-basics.html"},{"name":"Master Filtering","href":"articles/web-dashboard-viewer-mode/data-presentation/master-filtering.html","topicHref":"articles/web-dashboard-viewer-mode/data-presentation/master-filtering.html"},{"name":"Drill-Down","href":"articles/web-dashboard-viewer-mode/data-presentation/drill-down.html","topicHref":"articles/web-dashboard-viewer-mode/data-presentation/drill-down.html"},{"name":"Dashboard Layout","href":"articles/web-dashboard-viewer-mode/data-presentation/dashboard-layout.html","topicHref":"articles/web-dashboard-viewer-mode/data-presentation/dashboard-layout.html"}]},{"name":"Mobile Layout","href":"articles/web-dashboard-viewer-mode/mobile-layout.html","topicHref":"articles/web-dashboard-viewer-mode/mobile-layout.html"},{"name":"Dashboard Parameters","items":[{"name":"Requesting Parameter Values","href":"articles/web-dashboard-viewer-mode/dashboard-parameters/requesting-parameter-values.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-parameters/requesting-parameter-values.html"}]},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/exporting.html"},{"name":"Dashboard Items","href":"articles/web-dashboard-viewer-mode/dashboard-items.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items.html","items":[{"name":"Chart","href":"articles/web-dashboard-viewer-mode/dashboard-items/chart.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/chart.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/chart/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/chart/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/chart/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/chart/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/chart/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/chart/exporting.html"}]},{"name":"Scatter Chart","href":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/exporting.html"}]},{"name":"Grid","href":"articles/web-dashboard-viewer-mode/dashboard-items/grid.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/grid.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/grid/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/grid/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/grid/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/grid/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/grid/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/grid/exporting.html"}]},{"name":"Pies","href":"articles/web-dashboard-viewer-mode/dashboard-items/pies.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pies.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/pies/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pies/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/pies/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pies/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/pies/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pies/exporting.html"}]},{"name":"Cards","href":"articles/web-dashboard-viewer-mode/dashboard-items/cards.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/cards.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/cards/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/cards/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/cards/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/cards/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/cards/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/cards/exporting.html"}]},{"name":"Gauges","href":"articles/web-dashboard-viewer-mode/dashboard-items/gauges.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/gauges.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/exporting.html"}]},{"name":"Pivot","href":"articles/web-dashboard-viewer-mode/dashboard-items/pivot.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pivot.html","items":[{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/pivot/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pivot/exporting.html"}]},{"name":"Choropleth Map","href":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/exporting.html"}]},{"name":"Geo Point Maps","href":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/exporting.html"}]},{"name":"Range Filter","href":"articles/web-dashboard-viewer-mode/dashboard-items/range-filter.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/range-filter.html","items":[{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/range-filter/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/range-filter/exporting.html"}]},{"name":"Image","href":"articles/web-dashboard-viewer-mode/dashboard-items/image.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/image.html","items":[{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/image/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/image/exporting.html"}]},{"name":"Text Box","href":"articles/web-dashboard-viewer-mode/dashboard-items/text-box.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/text-box.html","items":[{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/text-box/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/text-box/exporting.html"}]},{"name":"Treemap","href":"articles/web-dashboard-viewer-mode/dashboard-items/treemap.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/treemap.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/exporting.html"}]},{"name":"Filter Elements","href":"articles/web-dashboard-viewer-mode/dashboard-items/filter-elements.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/filter-elements.html"},{"name":"Tab Container","href":"articles/web-dashboard-viewer-mode/dashboard-items/tab-container.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/tab-container.html"}]}]}]}
+{"items":[{"name":"Web Dashboard - Designer Mode","href":"articles/web-dashboard-designer-mode.html","topicHref":"articles/web-dashboard-designer-mode.html","items":[{"name":"Create a Dashboard","href":"articles/web-dashboard-designer-mode/create-a-dashboard.html","topicHref":"articles/web-dashboard-designer-mode/create-a-dashboard.html"},{"name":"Provide Data","href":"articles/web-dashboard-designer-mode/provide-data.html","topicHref":"articles/web-dashboard-designer-mode/provide-data.html","items":[{"name":"Create a New Data Source","href":"articles/web-dashboard-designer-mode/provide-data/create-a-new-data-source.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/create-a-new-data-source.html"},{"name":"Connect to an Existing Data Source","href":"articles/web-dashboard-designer-mode/provide-data/connect-to-an-existing-data-source.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/connect-to-an-existing-data-source.html"},{"name":"Manage Data Sources","href":"articles/web-dashboard-designer-mode/provide-data/manage-data-sources.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/manage-data-sources.html"},{"name":"Working with SQL Data Sources","href":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources.html","items":[{"name":"Manage SQL Queries","href":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/manage-sql-queries.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/manage-sql-queries.html"},{"name":"Filter Queries","href":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/filter-queries.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/filter-queries.html"},{"name":"Pass Query Parameters","href":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/pass-query-parameters.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/pass-query-parameters.html"},{"name":"Stored Procedures","href":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/stored-procedures.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/stored-procedures.html"}]},{"name":"Filter Data Sources","href":"articles/web-dashboard-designer-mode/provide-data/filter-data-sources.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/filter-data-sources.html"},{"name":"Calculated Fields","href":"articles/web-dashboard-designer-mode/provide-data/calculated-fields.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/calculated-fields.html"},{"name":"Data Inspector","href":"articles/web-dashboard-designer-mode/provide-data/data-inspector.html","topicHref":"articles/web-dashboard-designer-mode/provide-data/data-inspector.html"}]},{"name":"Add Dashboard Items","href":"articles/web-dashboard-designer-mode/add-dashboard-items.html","topicHref":"articles/web-dashboard-designer-mode/add-dashboard-items.html"},{"name":"Bind Dashboard Items to Data","href":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data.html","topicHref":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data.html","items":[{"name":"Bind Dashboard Items to Data in the Web Dashboard","href":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-the-web-dashboard.html","topicHref":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-the-web-dashboard.html"},{"name":"Hidden Data Items","href":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/hidden-data-items.html","topicHref":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/hidden-data-items.html"},{"name":"Bind Dashboard Items to Data in OLAP Mode","href":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html","topicHref":"articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html"}]},{"name":"Dashboard Item Settings","href":"articles/web-dashboard-designer-mode/dashboard-item-settings.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings.html","items":[{"name":"Chart","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/providing-data.html"},{"name":"Series","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/series.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/series.html"},{"name":"Panes","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/panes.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/panes.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/interactivity.html"},{"name":"Legend","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/legend.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/legend.html"},{"name":"Axes","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/axes.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/axes.html"},{"name":"Trend Indicators","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/trend-indicators.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/trend-indicators.html"},{"name":"Orientation","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/orientation.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/orientation.html"},{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/chart/conditional-formatting.html"}]},{"name":"Scatter Chart","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/providing-data.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/interactivity.html"},{"name":"Legend","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/legend.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/legend.html"},{"name":"Axes","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/axes.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/axes.html"},{"name":"Orientation","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/orientation.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/orientation.html"},{"name":"Labels","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/labels.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/labels.html"},{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/conditional-formatting.html"}]},{"name":"Grid","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/providing-data.html"},{"name":"Columns","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/columns.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/columns.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/interactivity.html"},{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/conditional-formatting.html"},{"name":"Totals","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/totals.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/totals.html"},{"name":"Column Filter","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/column-filter.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/column-filter.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/grid/layout.html"}]},{"name":"Pies","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/providing-data.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/interactivity.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/layout.html"},{"name":"Labels","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/labels.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/labels.html"},{"name":"Style","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/style.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pies/style.html"}]},{"name":"Cards","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/providing-data.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/layout.html"},{"name":"Delta","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/delta.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/delta.html"},{"name":"Sparkline","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/sparkline.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/sparkline.html"},{"name":"Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/formatting.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/interactivity.html"},{"name":"Cards Arrangement","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/cards-arrangement.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/cards-arrangement.html"},{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/cards/conditional-formatting.html"}]},{"name":"Gauges","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/providing-data.html"},{"name":"Delta","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/delta.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/delta.html"},{"name":"Gauge Scale","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/gauge-scale.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/gauge-scale.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/interactivity.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/layout.html"},{"name":"Style","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/style.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/style.html"}]},{"name":"Pivot","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/providing-data.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/interactivity.html"},{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/conditional-formatting.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/layout.html"},{"name":"Expanded State","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/expanded-state.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/expanded-state.html"}]},{"name":"Choropleth Map","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map.html","items":[{"name":"Providing Maps","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-maps.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-maps.html"},{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-data.html"},{"name":"Delta","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/delta.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/delta.html"},{"name":"Map Navigation","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/map-navigation.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/map-navigation.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/interactivity.html"},{"name":"Labels","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/labels.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/labels.html"},{"name":"Legend","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/legend.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/legend.html"}]},{"name":"Geo Point Maps","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps.html","items":[{"name":"Map Types Overview","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-types-overview.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-types-overview.html"},{"name":"Providing Maps","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/providing-maps.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/providing-maps.html"},{"name":"Geo Point Map","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html"}]},{"name":"Bubble Map","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html"},{"name":"Legends","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/legends.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/legends.html"}]},{"name":"Pie Map","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html"},{"name":"Pie Options","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html"},{"name":"Coloring","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/coloring.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/coloring.html"},{"name":"Legends","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/legends.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/legends.html"}]},{"name":"Clustering","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/clustering.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/clustering.html"},{"name":"Map Navigation","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-navigation.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-navigation.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/interactivity.html"},{"name":"Labels","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/labels.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/labels.html"}]},{"name":"Range Filter","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/providing-data.html"},{"name":"Series","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/series.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/series.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/interactivity.html"},{"name":"Predefined Periods","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/predefined-periods.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/predefined-periods.html"}]},{"name":"Date Filter","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/date-filter.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/date-filter.html"},{"name":"Images","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/images.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/images.html","items":[{"name":"Image Overview","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-overview.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-overview.html"},{"name":"Providing Images","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/providing-images.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/providing-images.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/interactivity.html"},{"name":"Image Settings","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-settings.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-settings.html"}]},{"name":"Text Box","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/text-box.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/text-box.html"},{"name":"Treemap","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap.html","items":[{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/providing-data.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/interactivity.html"},{"name":"Layout","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/layout.html"},{"name":"Grouping","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/grouping.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/grouping.html"},{"name":"Coloring","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/coloring.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/coloring.html"},{"name":"Labels","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/labels.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/labels.html"}]},{"name":"Filter Elements","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements.html","items":[{"name":"Filter Elements Overview","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/filter-elements-overview.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/filter-elements-overview.html"},{"name":"Providing Data","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/providing-data.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/providing-data.html"},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/interactivity.html"}]},{"name":"Dashboard Item Group","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/dashboard-item-group.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/dashboard-item-group.html"},{"name":"Tab Container","href":"articles/web-dashboard-designer-mode/dashboard-item-settings/tab-container.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-item-settings/tab-container.html"}]},{"name":"Data Shaping","href":"articles/web-dashboard-designer-mode/data-shaping.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping.html","items":[{"name":"Summarization","href":"articles/web-dashboard-designer-mode/data-shaping/summarization.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/summarization.html"},{"name":"Grouping","href":"articles/web-dashboard-designer-mode/data-shaping/grouping.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/grouping.html"},{"name":"Sorting","href":"articles/web-dashboard-designer-mode/data-shaping/sorting.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/sorting.html"},{"name":"Filtering","href":"articles/web-dashboard-designer-mode/data-shaping/filtering.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/filtering.html"},{"name":"Top N","href":"articles/web-dashboard-designer-mode/data-shaping/top-n.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/top-n.html"},{"name":"Formatting Data","href":"articles/web-dashboard-designer-mode/data-shaping/formatting-data.html","topicHref":"articles/web-dashboard-designer-mode/data-shaping/formatting-data.html"}]},{"name":"Interactivity","href":"articles/web-dashboard-designer-mode/interactivity.html","topicHref":"articles/web-dashboard-designer-mode/interactivity.html","items":[{"name":"Master Filtering","href":"articles/web-dashboard-designer-mode/interactivity/master-filtering.html","topicHref":"articles/web-dashboard-designer-mode/interactivity/master-filtering.html"},{"name":"Drill-Down","href":"articles/web-dashboard-designer-mode/interactivity/drill-down.html","topicHref":"articles/web-dashboard-designer-mode/interactivity/drill-down.html"},{"name":"Neutral Filter Mode","href":"articles/web-dashboard-designer-mode/interactivity/neutral-filter-mode.html","topicHref":"articles/web-dashboard-designer-mode/interactivity/neutral-filter-mode.html"}]},{"name":"Appearance Customization","href":"articles/web-dashboard-designer-mode/appearance-customization.html","topicHref":"articles/web-dashboard-designer-mode/appearance-customization.html","items":[{"name":"Conditional Formatting","href":"articles/web-dashboard-designer-mode/appearance-customization/conditional-formatting.html","topicHref":"articles/web-dashboard-designer-mode/appearance-customization/conditional-formatting.html"},{"name":"Coloring","href":"articles/web-dashboard-designer-mode/appearance-customization/coloring.html","topicHref":"articles/web-dashboard-designer-mode/appearance-customization/coloring.html"},{"name":"Themes","href":"articles/web-dashboard-designer-mode/appearance-customization/themes.html","topicHref":"articles/web-dashboard-designer-mode/appearance-customization/themes.html"}]},{"name":"Data Analysis","href":"articles/web-dashboard-designer-mode/data-analysis.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis.html","items":[{"name":"Aggregations","href":"articles/web-dashboard-designer-mode/data-analysis/aggregations.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/aggregations.html"},{"name":"Calculations","href":"articles/web-dashboard-designer-mode/data-analysis/calculations.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/calculations.html"},{"name":"Dashboard Parameters","href":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html","items":[{"name":"Create Dashboard Parameters","href":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html"},{"name":"Create Cascading Parameters","href":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.html"},{"name":"Reference Dashboard Parameters","href":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html"},{"name":"Specify Parameter Values","href":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html"}]},{"name":"Expression Constants, Operators, and Functions","href":"articles/web-dashboard-designer-mode/data-analysis/expression-constants-operators-and-functions.html","topicHref":"articles/web-dashboard-designer-mode/data-analysis/expression-constants-operators-and-functions.html"}]},{"name":"Convert Dashboard Items","href":"articles/web-dashboard-designer-mode/convert-dashboard-items.html","topicHref":"articles/web-dashboard-designer-mode/convert-dashboard-items.html"},{"name":"Dashboard Layout","href":"articles/web-dashboard-designer-mode/dashboard-layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-layout.html","items":[{"name":"Dashboard Title","href":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-title.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-title.html"},{"name":"Dashboard Item Caption","href":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-item-caption.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-item-caption.html"},{"name":"Dashboard Items Layout","href":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-items-layout.html","topicHref":"articles/web-dashboard-designer-mode/dashboard-layout/dashboard-items-layout.html"}]},{"name":"Undo and Redo Operations","href":"articles/web-dashboard-designer-mode/undo-and-redo-operations.html","topicHref":"articles/web-dashboard-designer-mode/undo-and-redo-operations.html"},{"name":"Save a Dashboard","href":"articles/web-dashboard-designer-mode/save-a-dashboard.html","topicHref":"articles/web-dashboard-designer-mode/save-a-dashboard.html"},{"name":"Open a Dashboard","href":"articles/web-dashboard-designer-mode/open-a-dashboard.html","topicHref":"articles/web-dashboard-designer-mode/open-a-dashboard.html"},{"name":"Exporting","href":"articles/web-dashboard-designer-mode/exporting.html","topicHref":"articles/web-dashboard-designer-mode/exporting.html"},{"name":"UI Elements","href":"articles/web-dashboard-designer-mode/ui-elements.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements.html","items":[{"name":"Toolbox","href":"articles/web-dashboard-designer-mode/ui-elements/toolbox.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/toolbox.html"},{"name":"Dashboard Surface","href":"articles/web-dashboard-designer-mode/ui-elements/dashboard-surface.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dashboard-surface.html"},{"name":"Dashboard Menu","href":"articles/web-dashboard-designer-mode/ui-elements/dashboard-menu.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dashboard-menu.html"},{"name":"Dashboard Item Menu","href":"articles/web-dashboard-designer-mode/ui-elements/dashboard-item-menu.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dashboard-item-menu.html"},{"name":"Data Item Menu","href":"articles/web-dashboard-designer-mode/ui-elements/data-item-menu.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/data-item-menu.html"},{"name":"Designer Toolbar","href":"articles/web-dashboard-designer-mode/ui-elements/designer-toolbar.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/designer-toolbar.html"},{"name":"Dialogs and Wizards","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards.html","items":[{"name":"Dashboard Data Source Wizard","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard.html","items":[{"name":"Specify Data Source Settings (Database)","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-database.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-database.html"},{"name":"Specify Data Source Settings (JSON)","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-json.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-json.html"},{"name":"Specify Data Source Settings (OLAP)","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-olap.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-olap.html"},{"name":"Specify Data Source Settings (Data Fedaration)","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-data-federation.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-data-federation.html"}]},{"name":"Query Builder","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/query-builder.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/query-builder.html"},{"name":"Preview Data","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/preview-data.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/preview-data.html"},{"name":"Filter Editor","href":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/filter-editor.html","topicHref":"articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/filter-editor.html"}]}]}]},{"name":"Web Dashboard - Viewer Mode","href":"articles/web-dashboard-viewer-mode.html","topicHref":"articles/web-dashboard-viewer-mode.html","items":[{"name":"Data Presentation","items":[{"name":"Data Presentation Basics ","href":"articles/web-dashboard-viewer-mode/data-presentation/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/data-presentation/data-presentation-basics.html"},{"name":"Master Filtering","href":"articles/web-dashboard-viewer-mode/data-presentation/master-filtering.html","topicHref":"articles/web-dashboard-viewer-mode/data-presentation/master-filtering.html"},{"name":"Drill-Down","href":"articles/web-dashboard-viewer-mode/data-presentation/drill-down.html","topicHref":"articles/web-dashboard-viewer-mode/data-presentation/drill-down.html"},{"name":"Dashboard Layout","href":"articles/web-dashboard-viewer-mode/data-presentation/dashboard-layout.html","topicHref":"articles/web-dashboard-viewer-mode/data-presentation/dashboard-layout.html"}]},{"name":"Mobile Layout","href":"articles/web-dashboard-viewer-mode/mobile-layout.html","topicHref":"articles/web-dashboard-viewer-mode/mobile-layout.html"},{"name":"Dashboard Parameters","items":[{"name":"Requesting Parameter Values","href":"articles/web-dashboard-viewer-mode/dashboard-parameters/requesting-parameter-values.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-parameters/requesting-parameter-values.html"}]},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/exporting.html"},{"name":"Dashboard Items","href":"articles/web-dashboard-viewer-mode/dashboard-items.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items.html","items":[{"name":"Chart","href":"articles/web-dashboard-viewer-mode/dashboard-items/chart.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/chart.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/chart/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/chart/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/chart/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/chart/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/chart/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/chart/exporting.html"}]},{"name":"Scatter Chart","href":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/exporting.html"}]},{"name":"Grid","href":"articles/web-dashboard-viewer-mode/dashboard-items/grid.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/grid.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/grid/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/grid/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/grid/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/grid/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/grid/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/grid/exporting.html"}]},{"name":"Pies","href":"articles/web-dashboard-viewer-mode/dashboard-items/pies.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pies.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/pies/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pies/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/pies/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pies/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/pies/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pies/exporting.html"}]},{"name":"Cards","href":"articles/web-dashboard-viewer-mode/dashboard-items/cards.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/cards.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/cards/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/cards/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/cards/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/cards/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/cards/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/cards/exporting.html"}]},{"name":"Gauges","href":"articles/web-dashboard-viewer-mode/dashboard-items/gauges.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/gauges.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/gauges/exporting.html"}]},{"name":"Pivot","href":"articles/web-dashboard-viewer-mode/dashboard-items/pivot.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pivot.html","items":[{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/pivot/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/pivot/exporting.html"}]},{"name":"Choropleth Map","href":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/exporting.html"}]},{"name":"Geo Point Maps","href":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/exporting.html"}]},{"name":"Range Filter","href":"articles/web-dashboard-viewer-mode/dashboard-items/range-filter.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/range-filter.html","items":[{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/range-filter/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/range-filter/exporting.html"}]},{"name":"Image","href":"articles/web-dashboard-viewer-mode/dashboard-items/image.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/image.html","items":[{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/image/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/image/exporting.html"}]},{"name":"Text Box","href":"articles/web-dashboard-viewer-mode/dashboard-items/text-box.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/text-box.html","items":[{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/text-box/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/text-box/exporting.html"}]},{"name":"Treemap","href":"articles/web-dashboard-viewer-mode/dashboard-items/treemap.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/treemap.html","items":[{"name":"Data Presentation Basics","href":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/data-presentation-basics.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/data-presentation-basics.html"},{"name":"Interactivity","href":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/interactivity.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/interactivity.html"},{"name":"Exporting","href":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/exporting.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/treemap/exporting.html"}]},{"name":"Filter Elements","href":"articles/web-dashboard-viewer-mode/dashboard-items/filter-elements.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/filter-elements.html"},{"name":"Tab Container","href":"articles/web-dashboard-viewer-mode/dashboard-items/tab-container.html","topicHref":"articles/web-dashboard-viewer-mode/dashboard-items/tab-container.html"}]}]}]}
diff --git a/index.json b/index.json
index 32c38bab6..276013ff1 100644
--- a/index.json
+++ b/index.json
@@ -896,23 +896,28 @@
},
"dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters.html": {
"href": "dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters.html",
- "title": "Using Dashboard Parameters | DevExpress End-User Documentation",
- "keywords": "Using Dashboard Parameters You can use dashboard parameters when it is necessary to pass data of a certain type to a dashboard (e.g., to pass a specific value to the data source filter string or a calculated field). The topics in this section describe how to use dashboard parameters. Creating Parameters Passing Parameter Values Requesting Parameter Values"
+ "title": "Use Dashboard Parameters | DevExpress End-User Documentation",
+ "keywords": "Use Dashboard Parameters You can use dashboard parameters when it is necessary to pass data of a certain type to a dashboard (e.g., to pass a specific value to the data source filter string or a calculated field). The topics in this section describe how to use dashboard parameters. Create Dashboard Parameters Create Cascading Parameters Reference Dashboard Parameters Specify Parameter Values"
+ },
+ "dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/create-cascading-parameters.html": {
+ "href": "dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/create-cascading-parameters.html",
+ "title": "Cascading Parameters | DevExpress End-User Documentation",
+ "keywords": "Cascading Parameters Create cascading parameters to filter a list of predefined parameter values based on another parameter's values. The following image illustrates cascading parameters where the pProducts parameter values are filtered by the selected category: In case of two parameters, the first parameter is used to filter the data source for the second parameter with dynamic list settings. Create Cascading Parameters The dashboard in this example is connected to a Northwind database (an SQL Database) and contains three queries: Categories, Products, and OrderReports. The Grid item visualizes data from the OrderReports query. In this tutorial, you will create two dashboard parameters: The pCategory parameter filters the Products query. The Products query is a data source for the pProducts parameter. The pProducts parameter filters the OrderReports query. The steps below create cascading parameters in the WinForms Dashboard Designer: Create a dashboard parameter called pCategory with dynamic list settings. Use the Categories query as a data member and the CategoryID as a value member. The parameter settings may look as follows: Use the created pCategory parameter to filter the Products query. To do this, invoke the Query Builder and click the Filter... button to specify the filter criteria in the Filter Editor. Choose the Bind To option to automatically bind a query parameter to the created dashboard parameter: The resulting query looks as follows: [Products.CategoryID]=?pCategory Create a dashboard parameter called pProducts with dynamic list settings. Use the Products query as a data member and the ProductID as a value member. The parameter settings may look as follows: Use the pProducts dashboard parameter to filter the OrderReports query. To do this, invoke the Query Builder and click the Filter... button to specify the filter criteria in the Filter Editor. Choose the Bind To option to automatically bind a query parameter to the created dashboard parameter: The resulting query looks as follows: [OrderReports.ProductID] In ?pProducts Create a Grid item to visualize data from the filtered OrderReports query. Tip When using a multi-value parameter to filter a query, create the condition with the Is any of or Is none of operator."
},
"dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html": {
"href": "dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html",
- "title": "Creating Parameters | DevExpress End-User Documentation",
- "keywords": "Creating Parameters This topic explains how to create a new dashboard parameter and specify its settings. Creating Parameters in the Dashboard Designer Look-Up Editor Settings Creating Parameters in the Dashboard Designer To create dashboard parameters in the Dashboard Designer, do the following: Click the Parameters button on the Ribbon's Data Source tab. In the invoked dialog, click the Add button to add a new parameter. Specify the following settings. Visible - Specifies whether or not the parameter editor is visible in the Dashboard Parameters dialog. Allow Null - Specifies whether or a not null value can be passed as a parameter value. Allow Multiselect - Specifies whether or not multi-selection is enabled for the current parameter. The following limitations are applied to parameters with multi-selection enabled. Use the is any of or is none of operators to pass a multi-select parameter to a filter criteria or to the Expression format condition. Use the In or Not In operators to pass a multi-select parameter to a calculated field expression. Stored procedures used in the SQL data source do not support multi-select parameters. Name - Specifies the parameter name. When creating and modifying parameter names, follow the rules below. A name can contain letters, numbers and underscores. A name cannot contain spaces. A name cannot be an empty string. The dashboard cannot contain parameters with the same name. Names are case-sensitive. For example, you can create the names Parameter and PARAMETER . Description - Specifies the parameter's description. The parameter's description is the value displayed in the Parameter Name column of the Dashboard Parameters dialog. Look-Up Settings - Specifies the parameter's look-up editor settings. Select All Values - Specifies whether or not all parameter values should be selected in the initial state of the Dashboard Viewer. Note that this option is in effect when Allow Multiselect is set to true. Type - Specifies the parameter type. Value - Specifies the default parameter’s value. Note that when Allow Multiselect is set to true, the Value option allows you to select multiple parameter values. Then, click OK to add the created parameters to the dashboard. Look-Up Editor Settings There are three types of look-up editor settings that can be specified for a parameter. Select the required type from the LookUpSettings drop-down list. No Look-Up - set the Value to use a static value as a parameter. Static List - click the ellipsis button to add static values for the current dashboard parameter. In this case, the Value specifies the default parameter's value. Dynamic List - allows you to use a list of values from the existing data source as a parameter. You need to select the required Data Source from the list of available data sources and data members for the dashboard parameter's display name and value, respectively. First, select the required Data Source from the list of available data sources. For the SQL data source, select the required Data Member that specifies the query from the selected Data Source. Then, specify data members for the dashboard parameter's value and display name using Value Member and Display Member, respectively. If necessary, specify the data member used to sort parameter values using the Sort By option. Sort Order specifies the required sort order. Note To learn how to create a data source for a dashboard parameter, see Provide Data. Note that you cannot specify an OLAP data source as the data source for the dashboard parameter in the Dashboard Designer."
+ "title": "Create a Dashboard Parameter | DevExpress End-User Documentation",
+ "keywords": "Create a Dashboard Parameter in the WinForms Designer This topic shows how to add a new dashboard parameter and specify its settings in the Dashboard Designer. Create a Parameter in the UI To create dashboard parameters in the Dashboard Designer, follow the steps below. Click the Parameters button from the Dashboard page group on the Ribbon's Home page. In the invoked dialog, click the Add button to create a dashboard parameter. Specify the parameter's settings and click OK to save the created parameter. Parameter Settings Name Specifies the parameter name. When you create and modify parameter names, follow the rules below: A name can contain letters, numbers, and underscores. A name cannot contain spaces. A name cannot be an empty string. The dashboard cannot contain parameters with the same name. Names are case-sensitive. For example, you can create the names Parameter and PARAMETER . Description Specifies the parameter description displayed in the Parameter column of the Dashboard Parameters dialog. Visible Specifies whether the parameter is visible in the Dashboard Parameters dialog. Allow Null Specifies whether a null value can be passed as a parameter value. Allow Multiselect Specifies whether multi-selection is enabled for the current parameter. The following limitations apply to parameters with multi-selection enabled: Use the Is any of or Is none of operators to pass a multi-select parameter to a filter criteria or to the Expression format condition. Use the In or Not In operators to pass a multi-select parameter to a calculated field expression. Select All Values Specifies whether all parameter values should be selected in the initial state of the dashboard. Note that this option is in effect when Allow Multiselect is enabled. Type Specifies the parameter type. The following types are available: String Date Number (16-bit integer) Number (32-bit integer) Number (64-bit integer) Number (floating point) Number (double-precision floating point) Number (decimal) Boolean GUID (Globally Unique Identifier) Value Specifies the default parameter value. Note that when the Allow Multiselect option is enabled, the Value option allows you to select multiple parameter values. Look-Up Settings Specifies the parameter's look-up settings. Select the option from the Look-Up Settings drop-down list. The following Look-Up Settings are available in the WinForms Dashboard: No Look-Up An end user can specify the parameter value in the Dashboard Parameters dialog. You can set the default value for the parameter in the parameter setting: Static List An end user selects a parameter value from a static list. To add predefined parameter values, click the ellipsis button in the parameter settings: Dynamic List An end user selects a parameter value defined in a data source. Tip You can also create cascading parameters in the Dashboard Designer. For more information, refer to the following topic: Cascading Parameters. To provide access to data source values, specify the following options: UI Settings Description Data Source Specifies the data source for the dashboard parameter. Data Member Specifies the name of the data member with the parameter values for SQL and Entity Framework data sources. Value Member Specifies the name of the data field for the parameter values. Display Member (optional) Specifies the name of the data field displayed in the Dashboard Parameters dialog as a value description. Sort By (optional) Specifies the data member used to sort parameter values. Sort Order (optional) Specifies the sort order. Note You cannot use an OLAP data source as the data source for a dashboard parameter."
},
"dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html": {
"href": "dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html",
- "title": "Passing Parameter Values | DevExpress End-User Documentation",
- "keywords": "Passing Parameter Values In this topic, you will learn how to pass parameter values to a dashboard. SQL Queries Filtering Conditional Formatting Calculated Fields Window Calculations SQL Queries The Dashboard Designer provides the capability to use a dashboard parameter as an SQL query/stored procedure parameter. To pass a dashboard parameter to an SQL query/stored procedure in the Data Source wizard or Query Editor, do the following. Create a query parameter or select the required stored procedure parameter. Enable the Expression checkbox for this parameter and select the required dashboard parameter in the Value column. If necessary, you can select Expression editor... and specify an expression to bind a query parameter to a dashboard parameter using custom logic. Filtering You can filter the specified query of the SQL Data Source or apply filtering to a specific dashboard item according to the current parameter value(s) using the Filter Editor. In the Filter Editor, you can compare a field value with the following objects. A static value (represented by the icon). Click this button to switch to the next item mode (\"another field value\"), to compare the field value with another field value. Another field value (represented by the icon). Click this button to switch to the next item mode (“parameter value”), to compare the field value with a parameter value. A parameter value (represented by the icon). Click this button to switch back to the initial mode (\"static value\"), to compare the field value with a static value. Thus, to compare a field value with a parameter value, click the button, then click the button. Conditional Formatting You can apply conditional formatting to a specific dashboard item according to the current parameter value when creating the Expression format condition. In the Expression dialog, you can compare a field value with parameter values in the same manner as in the Filter Editor dialog. Calculated Fields You can use parameters when constructing expressions for calculated fields. This allows you to dynamically evaluate values of the calculated field depending on the current parameter value. To include the required parameter in the calculated field expression, click Parameters in the Expression Editor dialog and double-click the required parameter. Window Calculations You can use parameters when customizing expressions for window calculations. This allows you to apply a calculation dynamically, depending on the current parameter value."
+ "title": "Reference Dashboard Parameters | DevExpress End-User Documentation",
+ "keywords": "Reference Dashboard Parameters in WinForms This topic describes how to reference a dashboard parameter in condition format expressions, calculated fields, and window calculations. You can also bind a dashboard parameter to a query parameter to filter the SQL data source dynamically. SQL Queries and Stored Procedures You can filter the SQL data sources dynamically if you bind a query parameter to a dashboard parameter. You can access the query parameter settings in the second page of the Query Editor or in the Query Builder by clicking the Edit Parameters button. Select the Expression checkbox and in the Value column, select the dashboard parameter, or specify an expression with a dashboard parameter in Expression Editor. Refer to the following article for more information about query parameters: Use Query Parameters. Tip You can also create cascading parameters in the WinForms Dashboard Designer. For more information, refer to the following topic: Cascading Parameters. Data Source Filtering You can use dashboard parameters to filter Excel, Object, and Extract data sources. To apply filtering to a data source, click the Filter button in the Data Source Ribbon tab. In the invoked Filter Editor, specify the filter criteria. To compare a field value with a parameter value, click the button and then the button. Then, click the second operand's placeholder to invoke the list of available parameters and select the required parameter: The icon will be displayed next to the selected parameter. Click OK to save the created filter criteria. Now, when you change the dashboard parameter value, the data source is filtered according to the parameter value. Conditional Formatting You can apply conditional formatting to a dashboard item according to the current parameter value. It allows you to format dashboard item elements dynamically. To reference a dashboard parameter in a format rule, click the menu button of the required data item and select Add Format Rule | Expression: In the invoked Expression dialog, specify the format rule and other settings. To compare a field value to a parameter value, click the button of the second operand, and then click the button. After that, click the operand's placeholder and select the dashboard parameter. The icon will be displayed next to the selected parameter. Click OK to save the created format rule. Now, when you change the dashboard parameter value, the dashboard item is formatted according to the parameter value. Tip For more information on conditional formatting, refer to the following article: Conditional Formatting. Calculated Fields You can use parameters when you construct expressions for calculated fields. This allows you to dynamically evaluate values of the calculated field depending on the current parameter value. To reference a dashboard parameter in the calculated field expression, add or edit a calculated field. In the invoked Expression Editor, select the dashboard parameter from the Parameters section. Click OK to save the expression. Now, when you change the dashboard parameter value, the calculated field values are changed according to the specified expression. Tip For more information on calculated fields in WinForms Dashboard, refer to the following article: Calculated Fields. Window Calculations You can use dashboard parameters in window calculations. This allows you to apply specific computations to measure values depending on the current parameter value. To reference the dashboard parameter value in a window calculation, create a window calculation of the Custom type: Then, select the calculation type and click the Edit in Expression Editor button: In the invoked Expression Editor window, construct an expression. To reference a dashboard parameter, select the Parameters category and double-click the required parameter from the list of the available dashboard parameters. Click OK to apply the specified settings. Now, when you change the dashboard parameter value, the calculation values are changed according to the specified expression. Tip For more information on window calculations in WinForms Dashboard, refer to the following article: Window Calculations."
},
"dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html": {
"href": "dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html",
- "title": "Requesting Parameter Values | DevExpress End-User Documentation",
- "keywords": "Requesting Parameter Values The dashboard provides a built-in Dashboard Parameters dialog, which provides the capability to change dashboard parameter values. This dialog is created automatically, depending on the parameter type and visibility settings. To invoke the Dashboard Parameters dialog in the Dashboard Designer, click the Parameters () button in the dashboard title. Depending on the visibility state of the created dashboard parameters, this invokes the following dialog. Select the required parameter values in the Dashboard Parameters dialog and click the Submit button to apply the changes. To reset the changes to the default values, click the Reset button."
+ "title": "Specify Dashboard Parameter Values | DevExpress End-User Documentation",
+ "keywords": "Specify Dashboard Parameter Values The Dashboard Designer includes a built-in Dashboard Parameters dialog, which allows users to change dashboard parameter values. This dialog is created automatically depending on the parameter settings. Set the Visible property to true to display the parameter in the Dashboard Parameters dialog. To invoke the Dashboard Parameters dialog, click the Parameters button in the dashboard title. Change the parameter values in the Dashboard Parameters dialog and click the Submit button to apply the changes. The following image shows how to invoke the Dashboard Parameters dialog and change the parameter value: To reset changes to the default values, click the Reset button."
},
"dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations.html": {
"href": "dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations.html",
@@ -2087,22 +2092,27 @@
"dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html": {
"href": "dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html",
"title": "Dashboard Parameters | DevExpress End-User Documentation",
- "keywords": "Dashboard Parameters You can use dashboard parameters when it is necessary to pass data of a certain type to a dashboard (e.g., to pass a specific value to the data source filter string or a calculated field). These topics describe how to use dashboard parameters. Creating Parameters Passing Parameter Values Requesting Parameter Values"
+ "keywords": "Dashboard Parameters You can use dashboard parameters when it is necessary to pass data of a certain type to a dashboard (e.g., to pass a specific value to the data source filter string or a calculated field). These topics describe how to use dashboard parameters. Create Dashboard Parameters Create Cascading Parameters Reference Dashboard Parameters Specify Parameter Values"
+ },
+ "dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.html": {
+ "href": "dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.html",
+ "title": "Cascading Parameters | DevExpress End-User Documentation",
+ "keywords": "Cascading Parameters Create cascading parameters to filter a list of predefined parameter values based on values of another parameter. The following image illustrates cascading parameters where Products parameter values are filtered by the selected Category: In case of two parameters, the first parameter is used to filter the data source for the second parameter with dynamic list settings. Create Cascading Parameters The dashboard in this example is connected to a Northwind database (an SQL Database) and contains three queries: Categories, Products, and OrderReports. The Grid item visualizes data from the OrderReports query. In this tutorial, you will create two dashboard parameters: The categoryDashParam parameter filters the Products query. The Products query is a data source for the productsDashParam parameter. The productsDashParam parameter filters the OrderReports query. The steps below create cascading parameters in the Web Dashboard: Create a dashboard parameter called categoryDashParam with dynamic list settings. Use the Categories query as a data member and the CategoryID field as a value member. The parameter settings may look as follows: Filter the Products query. To do this, click the Edit button next to the query on the Data Sources page of the dashboard menu. Click Run Query Builder in the opened window. In the invoked Query Builder, click the ellipsis button next to the Filter field in the Query Properties section: In the Filter Editor, specify the filter criteria. From the drop-down list select Parameter and create a new query parameter called categoryQueryParam: The resulting filter looks as follows: [Products.CategoryID] = ?categoryQueryParam Bind the categoryQueryParam query parameter to the categoryDashParam dashboard parameter. To do this, in the Parameters section of the Query Builder change the parameter’s type to Expression. Click the Value property’s ellipsis button to specify the dashboard parameter. The query parameter settings look as follows: Create a dashboard parameter called productsDashParam with dynamic list settings. Use the Products query as a data member and the ProductID field as a value member. The parameter settings may look as follows: Filter the OrderReports query. To do this, click the Edit button next to the query on the Data Sources page of the dashboard menu, then click Run Query Builder. In the invoked Query Builder, click the ellipsis button next to the Filter field in the Query Properties section. In the Filter Editor, specify the filter criteria. From the drop-down list select Parameter and create a new query parameter called productsQueryParam: The resulting filter looks as follows: [OrderReports.ProductID] In(?productsQueryParam) Bind the productsQueryParam query parameter to the productsDashParam dashboard parameter. To do this, in the Parameters section in the Query Builder change the parameter’s type to Expression. Click the Value property’s ellipsis button to specify the dashboard parameter. The query parameter settings look as follows: Create a Grid item to visualize data from the filtered OrderReports query. Tip When using a multi-value parameter to filter a query, create the condition with the Is any of or Is none of operator."
},
"dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html": {
"href": "dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html",
"title": "Creating Parameters | DevExpress End-User Documentation",
- "keywords": "Creating Parameters To create a dashboard parameter in the Web Dashboard, perform the following steps. Invoke the Dashboard Menu and select Parameters. In the Parameter List, click the Add New Parameter button. The following settings will be displayed for the created parameter. Specify the following parameter's settings. Name - Specifies the parameter name. Description - Specifies the parameter's description. The parameter's description is the value displayed in the Parameter Name column of the Dashboard Parameters dialog. Visible - Specifies whether or not the parameter is visible in the Dashboard Parameters dialog. Allow Null - Specifies whether or a not null value can be passed as a parameter value. Allow Multiselect - Specifies whether or not multi-selection is enabled for the current parameter. Select All Values - Specifies whether or not all parameter values should be selected in the initial state. Note that this option is in effect when Allow Multiselect is set to true. Type - Specifies the parameter type. Default Value - Specifies the default parameter’s value. Look-Up Settings - Specifies the parameter's look-up editor settings. To learn more, see the next step. Depending on the selected Look-up Settings option, you need to specify the following settings. No Look-Up - Allows you to specify the required parameter value manually in the Dashboard Parameters dialog. Static List - Allows you to select a parameter value defined in a static list. To add predefined parameter values, use the + button. Dynamic List - Allows you to select a parameter value defined in a data source. To provide access to data source values, specify the following options. First, select the required Data Source from the list of available data sources. For the SQL data source, select the required Data Member that specifies the query/data member from the selected Data Source. Then, specify data members for the dashboard parameter's value and display name using Value Member and Display Member, respectively. If necessary, specify the data member used to sort parameter values using the Sort By option. The Sort Order specifies the required sort order."
+ "keywords": "Create Dashboard Parameters in the Web Dashboard This topic shows how to add a dashboard parameter and specify its settings in the UI. Create a Parameter To create a dashboard parameter, follow the steps below. Invoke the dashboard menu and select Parameters. In the Parameter List, click the Add button. The parameter's settings form appears as follows: Specify the parameter's settings. Parameter Settings Name Specifies the parameter name. When you create and modify parameter names, follow the rules below: A name can contain letters, numbers, and underscores. A name cannot contain spaces. A name cannot be an empty string. The dashboard cannot contain parameters with the same name. Names are case-sensitive. For example, you can create the names Parameter and PARAMETER. Description Specifies the parameter description displayed in the Parameter column of the Dashboard Parameters dialog: Visible Specifies whether the parameter is visible in the Dashboard Parameters dialog. Allow Null Specifies whether a null value can be passed as a parameter value. Allow Multiselect Specifies whether multi-selection is enabled for the current parameter. Use the Is any of or Is none of operators to pass a multi-select parameter to a filter criteria or to the Expression format condition. Use the In or Not In operators to pass a multi-select parameter to a calculated field expression. Select All Values Specifies whether all parameter values should be selected in the initial state of the dashboard. Note that this option is in effect when the Allow Multiselect setting is enabled. Type Specifies the parameter type. Select the parameter type from the drop-down list in the Type field. The following types are available: String Date Number (16-bit integer) Number (32-bit integer) Number (64-bit integer) Number (floating point) Number (double-precision floating point) Number (decimal) Boolean GUID (Globally Unique Identifier) Default Value Specifies the default parameter value. Look-Up Settings Specifies the parameter's look-up editor settings. The following Look-up Settings are available in the Web Dashboard: No Look-Up An end user specifies the parameter value in the Dashboard Parameters dialog. Static List An end user selects a parameter value from a static list. To add predefined parameter values, use the plus button. Dynamic List An end user selects a parameter value defined in a data source. Tip You can also create cascading parameters in the Web Dashboard. For more information, refer to the following topic: Cascading Parameters. You can specify a data source as a source for dashboard parameter values. To provide access to data source values, specify the following options: UI Settings Description Data Source Specifies the data source for the dashboard parameter. Data Member Specifies the name of the data member with the parameter values for SQL and Entity Framework data sources. Value Member Specifies the name of the data field for the parameter values. Display Member (optional) Specifies the name of the data field displayed in the Dashboard Parameters dialog as a value description. Sort By (optional) Specifies the data member used to sort parameter values. Sort Order (optional) Specifies the sort order. Note You cannot use an OLAP data source as the data source for a dashboard parameter."
},
"dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html": {
"href": "dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html",
- "title": "Passing Parameter Values | DevExpress End-User Documentation",
- "keywords": "Passing Parameter Values In this topic, it describes how to pass the created dashboard parameter to the dashboard. For instance, you can include a dashboard parameter to a WHERE clause of the SQL query or you can filter a dashboard dynamically according to the required parameter value(s). The created dashboard parameter can be used in the following scenarios: SQL Queries Filtering Conditional Formatting Calculated Fields Window Calculations SQL Queries The Web Dashboard provides the capability to bind a dashboard parameter and the existing SQL query/stored procedure parameter. This can be useful when you need to filter the SQL query dynamically by including the parameter value in the WHERE clause. Do the following to bind a dashboard parameter to an SQL query or stored procedure parameter in the Dashboard Data Source Wizard: Select the existing query or stored procedure parameter, or use the Add button to create a new query parameter. Set the Expression as a parameter value and click the ellipsis button to invoke the Expression Editor for this parameter. In the Expression Editor, add the required dashboard parameter from the Parameters column. Filtering You can filter the specified query of the SQL Data Source, the entire Excel Data Source/Object Data Source or apply filtering to a specific dashboard item according to the current parameter value(s) using the Filter Editor. In the Filter Editor, you can compare a field value with different objects such as static values, values of another field or parameter values. To switch between values, click a down arrow glyph in the operand value placeholder to expand the list of available objects. Select the Parameter object to compare a field value with a parameter value. Then, click the operand value to invoke the list of available parameters and select the existing parameter or create a new one. Conditional Formatting You can apply conditional formatting to a specific dashboard item according to the current parameter value when creating the Expression format condition. Use this capability to format dashboard item elements dynamically, depending on the current parameter value. To switch between values, click the down arrow glyph in the operand value placeholder to expand the list of available objects and select the Parameter object to create a format rule with a parameter. Calculated Fields You can use parameters when constructing expressions for calculated fields. This allows you to evaluate values of the calculated field dynamically depending on the current parameter value. To include a parameter in the expression, double-click the required parameter in the Fields pane. Window Calculations You can use parameters when customizing expressions for window calculations. This allows you to apply a calculation dynamically, depending on the current parameter value. To create the calculation with a parameter, select the Custom calculation and click Edit. In the invoked Expression Editor double-click the required parameter."
+ "title": "Reference Dashboard Parameters | DevExpress End-User Documentation",
+ "keywords": "Reference Dashboard Parameters This topic describes how to reference a dashboard parameter in filter strings, calculated fields, and window calculations. You can also bind a dashboard parameter to a query parameter to filter the SQL data source dynamically. Tip You can also create cascading parameters in the Web Dashboard. For more information, refer to the following topic: Cascading Parameters. SQL Queries and Stored Procedures You can filter the SQL data sources dynamically if you bind a query parameter to a dashboard parameter. Invoke the Data Source Wizard window or use the Properties section of the Query Builder 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: The resulting query parameter settings may appear as follows: Refer to the following article for more information about query parameters: Use Query Parameters. Tip For information on how to filter Excel, Object, XPO, and JSON data sources, refer to the following article: Filter Data Sources. Data Source Filtering The Web Dashboard allows you to filter Excel, Object, XPO, and JSON data sources dynamically if you use a dashboard parameter in the filter criteria. To add filters to a data source, open the dashboard menu, invoke the Data Sources page, select a data source and click Filter. In the invoked Filter Editor, build a filter expression. Click the down arrow glyph in the operand value placeholder to expand the list of available objects. Select the Parameter option to compare a field value with a parameter value. To select a dashboard parameter from the list of available parameters, click the parameter operand: Click OK to save the created filter criteria. Now, when you change the dashboard parameter value, the data source is filtered according to the parameter value. Dashboard Item Filters Web Dashboard allows you to use the following data filters in dashboard items: Dashboard Item Filter : Filters individual dashboard items independently. Measure Filter : Filters only the specified measure in the dashboard item. Visible Data Filter : Hides a part of the calculated data from the view. This filter type does not filter underlying data used in calculations or intermediate level aggregations. To apply filtering based on a dynamic value, you need to use a dashboard parameter in a filter criteria. The following example describes how to filter a dashboard item according to a dashboard parameter value. To add a dashboard item filter, open the dashboard item’s Filters menu, go to the Item Filter section and click the Edit button: In the invoked Filter Editor, build a filter expression. Click the down arrow glyph in the operand value placeholder to expand the list of available objects. Select the Parameter option to compare a field value with a parameter value. To select a dashboard parameter from the list of available parameters, click the parameter operand: Click OK to save the created filter criteria. Now, when you change the dashboard parameter value, the dashboard item is filtered according to the parameter value. Tip For more information on filtering in Web Dashboard, refer to the following article: Filtering. Conditional Formatting You can apply conditional formatting to a dashboard item according to the current parameter value. It allows you to format dashboard item elements dynamically. To reference a dashboard parameter in a format rule, set the condition type to Expression: In the invoked dialog, click the Edit button to create a condition: In the invoked Filter Editor, build a filter expression. Click the down arrow glyph in the operand value placeholder to expand the list of available objects. Select the Parameter option to compare a field value with a parameter value. To select a dashboard parameter from the list of available parameters, click the parameter operand: Click OK to save the created format rule. Now, when you change the dashboard parameter value, the dashboard item is formatted according to the parameter value. Tip For more information on conditional formatting in Web Dashboard, refer to the following article: Conditional Formatting. Calculated Fields You can use parameters when you construct expressions for calculated fields. This allows you to evaluate values of the calculated field dynamically depending on the current parameter value. To reference the dashboard parameter value in an expression, add or edit a calculated field. In the invoked Edit Calculated Field window, double-click the required parameter in the Fields section. Click Save to save the created calculated fields. Now, when you change the dashboard parameter value, the calculated field values are changed according to the specified expression. Tip For more information on calculated fields in Web Dashboard, refer to the following article: Calculated Fields. Window Calculations You can use dashboard parameters in window calculations. This allows you to apply specific computations to measure values depending on the current parameter value. To reference the dashboard parameter value in an expression, create or edit a window calculation. In the invoked Expression Editor window, double-click the required parameter from the Fields section. Click OK to save the created window calculation. Now, when you change the dashboard parameter value, the calculation values are changed according to the specified expression. Tip For more information on window calculations in Web Dashboard, refer to the following article: Window Calculations."
},
"dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html": {
"href": "dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html",
- "title": "Requesting Parameter Values | DevExpress End-User Documentation",
- "keywords": "Requesting Parameter Values The Web Dashboard provides a built-in Dashboard Parameters dialog, which provides the capability to change dashboard parameter values. This dialog is created automatically, depending on the parameter type and visibility settings. To invoke the Dashboard Parameters dialog in the Web Dashboard, click the Parameters button (the icon) in the dashboard title. Select the required parameter values in the Dashboard Parameters dialog and click the Submit button to apply the changes. To restore the default values, click the Reset button."
+ "title": "Specify Dashboard Parameter Values | DevExpress End-User Documentation",
+ "keywords": "Specify Dashboard Parameter Values The Web Dashboard control includes a built-in Dashboard Parameters dialog, which allows users to change dashboard parameter values. This dialog is created automatically depending on the parameter settings. Select the Visible check box in the parameter settings to display the parameter in the Dashboard Parameters dialog. To invoke the Dashboard Parameters dialog in the Web Dashboard, click the Parameters button in the dashboard title. Change the parameter values in the Dashboard Parameters dialog and click the Submit button to apply the changes. The following image shows how to invoke the Dashboard Parameters dialog and change the parameter value: To reset changes to the default values, click the Reset button."
},
"dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/expression-constants-operators-and-functions.html": {
"href": "dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/expression-constants-operators-and-functions.html",
diff --git a/manifest.json b/manifest.json
index b7e3d6ccf..fd80ee6dc 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1813,6 +1813,16 @@
},
"version": ""
},
+ {
+ "type": "Conceptual",
+ "source_relative_path": "dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/create-cascading-parameters.md",
+ "output": {
+ ".html": {
+ "relative_path": "dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/create-cascading-parameters.html"
+ }
+ },
+ "version": ""
+ },
{
"type": "Conceptual",
"source_relative_path": "dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.md",
@@ -3203,6 +3213,36 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/cascading-parameters-winforms.gif",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/cascading-parameters-winforms.gif"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/category-parameter-cascading.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/category-parameter-cascading.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/category-parameter-filter-cascading.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/category-parameter-filter-cascading.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-desktop/images/chart-bar-series-type-with-conditional-formatting-applied.png",
@@ -3383,6 +3423,36 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/customize-calculation-edit-button.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/customize-calculation-edit-button.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/dashboard-parameter-description-win.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/dashboard-parameter-description-win.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/dashboard-parameters-dialog-win.gif",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/dashboard-parameters-dialog-win.gif"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-desktop/images/data-federation-data-source-browser-copy-calculated-fields.png",
@@ -3493,6 +3563,16 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/datasourcefiltering_filterbutton_ribbon22300.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/datasourcefiltering_filterbutton_ribbon22300.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-desktop/images/datefilter-arrangement-ribbon.png",
@@ -3763,6 +3843,16 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/expressiondialog_passparameter121501.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/expressiondialog_passparameter121501.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-desktop/images/extract-data-source.png",
@@ -3773,6 +3863,26 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/filter-ds-parameterpselection-win (1).png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/filter-ds-parameterpselection-win (1).png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/filter-ds-parameterpselection-win.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/filter-ds-parameterpselection-win.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-desktop/images/fundamentals_tabcontainer.png",
@@ -11433,6 +11543,116 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/parameters_addparameterbutton_ribbon21711.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/parameters_addparameterbutton_ribbon21711.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/parameters_calculatedfields21730.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/parameters_calculatedfields21730.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/parameters_filtereditor_comparebutton21820.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/parameters_filtereditor_comparebutton21820.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/parameters_filtereditor_comparebutton221824.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/parameters_filtereditor_comparebutton221824.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/parameters_filtereditor_comparebutton321825.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/parameters_filtereditor_comparebutton321825.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/parameters_lookupsettings_dynamic21842.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/parameters_lookupsettings_dynamic21842.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/parameters_lookupsettings_nolookup21722.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/parameters_lookupsettings_nolookup21722.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/parameters_lookupsettings_static21723.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/parameters_lookupsettings_static21723.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/parameters_parametersdialog21716.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/parameters_parametersdialog21716.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/parameters_parametersdialog_lookupsettings21718.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/parameters_parametersdialog_lookupsettings21718.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/passingparameters_windowcalculation124377.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/passingparameters_windowcalculation124377.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-desktop/images/pivot-with-applied-format-rules.png",
@@ -11443,6 +11663,26 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/products-parameter-cascading.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/products-parameter-cascading.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/products-parameter-filter-cascading.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/products-parameter-filter-cascading.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-desktop/images/query-builder-available-sources.png",
@@ -11453,6 +11693,16 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/queryeditor_passdashboardparameter121219.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/queryeditor_passdashboardparameter121219.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-desktop/images/ribbon-design-layout-displayitemaspage.png",
@@ -11783,6 +12033,16 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/win-conditional-formatting-expression.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/win-conditional-formatting-expression.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-desktop/images/win-custom-aggr-function-in-expression-editor.png",
@@ -11793,6 +12053,16 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-desktop/images/win-custom-window-calculation.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-desktop/images/win-custom-window-calculation.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-desktop/images/win-dashboard-maximize-dashboard-item.png",
@@ -13496,6 +13766,16 @@
},
"version": ""
},
+ {
+ "type": "Conceptual",
+ "source_relative_path": "dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.md",
+ "output": {
+ ".html": {
+ "relative_path": "dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.html"
+ }
+ },
+ "version": ""
+ },
{
"type": "Conceptual",
"source_relative_path": "dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.md",
@@ -14706,6 +14986,16 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/cascading-parameters-web.gif",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/cascading-parameters-web.gif"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-web/images/common-coloring-local-scheme.png",
@@ -14716,6 +15006,16 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/conditional-formatting-create-expression-rule.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/conditional-formatting-create-expression-rule.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-web/images/dark-moon-theme.png",
@@ -14826,6 +15126,26 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/dashboard-parameter-description.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/dashboard-parameter-description.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/dashboard-parameters-web.gif",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/dashboard-parameters-web.gif"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-web/images/data-inspector-aggr.png",
@@ -14936,6 +15256,56 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/expression-type-conditional-formatting.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/expression-type-conditional-formatting.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/filter-data-source-with-parameter.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/filter-data-source-with-parameter.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/filter-editor-dashboard-parameter-selection.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/filter-editor-dashboard-parameter-selection.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/filter-editor-dashboard-parameter.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/filter-editor-dashboard-parameter.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/filter-sql-query.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/filter-sql-query.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-web/images/filtering_filtereditor_addconditionmenu132418.png",
@@ -19876,6 +20246,26 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/wdd-parameters-calculated-field126509.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/wdd-parameters-calculated-field126509.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/wdd-parameters-window-calculations126562.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/wdd-parameters-window-calculations126562.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-web/images/wdd-preview-result124959.png",
@@ -19956,6 +20346,26 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/wdd-query-parameters-complex-expression.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/wdd-query-parameters-complex-expression.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/wdd-query-parameters-parameter-expression.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/wdd-query-parameters-parameter-expression.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-web/images/wdd-quey-builder-select-column125657.png",
@@ -20066,6 +20476,36 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/web-category-parameter-cascading.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/web-category-parameter-cascading.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/web-category-parameter-filter-cascading.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/web-category-parameter-filter-cascading.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/web-category-query-parameter-setting.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/web-category-query-parameter-setting.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-web/images/web-cf-chart-main.png",
@@ -20526,6 +20966,16 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/web-filter-properties.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/web-filter-properties.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-web/images/web-filter-to-measure-menu.png",
@@ -20736,6 +21186,36 @@
},
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/web-products-parameter-cascading.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/web-products-parameter-cascading.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/web-products-parameter-filter-cascading.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/web-products-parameter-filter-cascading.png"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "dashboard-for-web/images/web-products-query-parameter-setting.png",
+ "output": {
+ "resource": {
+ "relative_path": "dashboard-for-web/images/web-products-query-parameter-setting.png"
+ }
+ },
+ "version": ""
+ },
{
"type": "Resource",
"source_relative_path": "dashboard-for-web/images/web-query-builder-parameter-dialog.png",
diff --git a/sitemap.xml b/sitemap.xml
index de4f2a5aa..d8054a0fd 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,11569 +2,11581 @@
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/add-dashboard-items.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/coloring/coloring-concepts.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/coloring/customizing-a-color-scheme.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/a-date-occurring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/average.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/bar-color-ranges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/bar-gradient-ranges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/bar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/color-ranges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/expression.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/gradient-ranges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/icon-ranges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/top-bottom.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/value.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/data-display-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/automatic-and-manual-updates.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/bind-dashboard-items-to-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/bind-dashboard-items-to-data/hidden-data-items.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/convert-dashboard-items.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/create-a-dashboard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/cards-arrangement.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/delta.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/interactivity/drill-down.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/interactivity/master-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/sparkline.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/axes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/axes/x-axis.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/axes/y-axis.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/interactivity/drill-down.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/interactivity/master-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/legend.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/orientation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/panes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/area-series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/bar-series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/financial-series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/point-and-line-series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/range-series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/series-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/weighted-series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/trend-indicators.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/legend.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring/delta.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-maps.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/dashboard-item-group.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/date-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/filter-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/filter-elements/filter-elements-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/filter-elements/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/filter-elements/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/delta.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/gauge-scale.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/drill-down.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/master-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/style.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/legends.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/clustering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-types-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/legends.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/providing-maps.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/column-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/column-type-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/delta-column.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/dimension-column.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/hyperlink-column.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/measure-column.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/sparkline-column.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/interactivity/drill-down.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/interactivity/master-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/style.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/totals.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/images.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/images/image-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/images/image-types-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/images/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/images/providing-images.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/interactivity/drill-down.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/interactivity/master-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/style.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot/expanded-state.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter/coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter/predefined-ranges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter/series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/axes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/drill-down.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/master-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/legend.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/orientation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/tab-container.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box/editing-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/grouping.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/drill-down.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/master-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-layout/dashboard-item-caption.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-layout/dashboard-items-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-layout/dashboard-title.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/aggregations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/aggregations/intermediate-level-aggregations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/aggregations/summary-level-aggregations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/expression-constants-operators-and-functions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
+ daily
+ 0.5
+
+
+ https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/create-cascading-parameters.html
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations/calculation-functions-reference.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations/creating-window-calculations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations/window-calculation-limitations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations/window-calculations-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations/window-definition.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/formatting-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/grouping.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/sorting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/summarization.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/top-n.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/interactivity/drill-down.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/interactivity/master-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/interactivity/neutral-filter-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-XPO-data-sources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-csv-files.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-extract-data-sources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-federated-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-json-data-sources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-microsoft-excel-workbooks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-mongodb.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-object-data-sources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/connect-to-ef-data-sources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/connecting-to-olap-cubes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/connecting-to-sql-databases.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/data-processing-modes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/supported-data-sources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/save-a-dashboard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/ui-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/ui-elements/dashboard-surface.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/ui-elements/data-items-pane.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/ui-elements/data-source-browser.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/ui-elements/print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/undo-and-redo-operations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/creating-calculated-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/data-inspector.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/edit-connection-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/filter-queries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/manage-sql-queries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/pass-query-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/preview-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/stored-procedures.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/using-the-query-builder.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/using-the-query-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/cards.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/cards/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/cards/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/cards/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/chart/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/chart/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/chart/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/choropleth-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/choropleth-map/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/choropleth-map/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/choropleth-map/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/date-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/filter-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/filter-elements/filter-elements-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/filter-elements/neutral-filter-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/gauges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/gauges/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/gauges/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/gauges/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/geo-point-maps.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/geo-point-maps/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/geo-point-maps/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/geo-point-maps/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/grid.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/grid/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/grid/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/grid/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/image.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/image/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pies.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pies/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pies/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pies/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pivot.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pivot/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/range-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/range-filter/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/scatter-chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/scatter-chart/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/scatter-chart/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/scatter-chart/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/tab-container.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/text-box/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/treemap.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/treemap/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/treemap/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/treemap/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-parameters/requesting-parameter-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/data-presentation/dashboard-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/data-presentation/data-inspector.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/data-presentation/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/data-presentation/drill-down.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/data-presentation/master-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/printing-and-exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-desktop/articles/index.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/index.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/add-dashboard-items.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/appearance-customization.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/appearance-customization/coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/appearance-customization/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/appearance-customization/themes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/bind-dashboard-items-to-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-the-web-dashboard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/hidden-data-items.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/convert-dashboard-items.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/create-a-dashboard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/cards-arrangement.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/delta.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/sparkline.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/axes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/legend.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/orientation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/panes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/trend-indicators.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/delta.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/legend.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/map-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-maps.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/dashboard-item-group.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/date-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/filter-elements-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/delta.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/gauge-scale.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/style.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/legends.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/clustering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-types-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/legends.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/providing-maps.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/column-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/totals.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/images.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/images/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/images/providing-images.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies/labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies/style.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/expanded-state.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/predefined-periods.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/axes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/legend.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/orientation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/tab-container.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/coloring.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/grouping.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-layout/dashboard-item-caption.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-layout/dashboard-items-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-layout/dashboard-title.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/aggregations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/calculations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
+ daily
+ 0.5
+
+
+ https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.html
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/expression-constants-operators-and-functions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/formatting-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/grouping.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/sorting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/summarization.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/top-n.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/interactivity/drill-down.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/interactivity/master-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/interactivity/neutral-filter-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/open-a-dashboard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/calculated-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/connect-to-an-existing-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/create-a-new-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/data-inspector.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/filter-data-sources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/manage-data-sources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/filter-queries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/manage-sql-queries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/pass-query-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/stored-procedures.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/save-a-dashboard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dashboard-item-menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dashboard-menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dashboard-surface.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/data-item-menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/designer-toolbar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-data-federation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-database.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-json.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-olap.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/filter-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/preview-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/query-builder.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/toolbox.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/undo-and-redo-operations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/cards.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/cards/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/cards/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/cards/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/chart/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/chart/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/chart/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/date-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/filter-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/gauges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/gauges/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/gauges/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/gauges/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/grid.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/grid/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/grid/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/grid/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/image.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/image/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pies.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pies/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pies/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pies/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pivot.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pivot/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/range-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/range-filter/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/tab-container.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/text-box/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/treemap.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/treemap/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/treemap/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/treemap/interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-parameters/requesting-parameter-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/data-presentation/dashboard-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/data-presentation/data-presentation-basics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/data-presentation/drill-down.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/data-presentation/master-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/mobile-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/index.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/charting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/charting/chart-designer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/charting/highlighting-and-selection-chart-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/charting/rotate-a-chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/charting/scroll-a-chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/charting/zoom-a-chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/docking.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/docking/dock-panels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/docking/documents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/editors.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/editors/editing-values-selecting-text-and-using-the-clipboard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/editors/editor-context-menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/editors/image-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/editors/manipulating-tokens.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/editors/working-with-dropdown-editors.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/expression-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/expression-editor/expression-operators-functions-and-constants.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/filter-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/filter-editor/examples-of-using-the-filter-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-analysis/apply-cell-conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-analysis/filter-grid-data-via-find-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-analysis/filter-grid-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-analysis/show-summaries-(totals)-in-grids.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-editing/add-and-delete-grid-records.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-editing/edit-grid-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-presentation/fix-grid-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-presentation/group-grid-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-presentation/sort-grid-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/layout-customization/expand-and-collapse-rows-and-cards-in-grids.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/layout-customization/hide-and-display-grid-columns-bands-and-card-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/layout-customization/rearrange-grid-columns-bands-and-card-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/layout-customization/resize-cards-in-grids.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/layout-customization/resize-grid-columns-bands-and-card-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/selection-and-navigation/locate-grid-records.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/selection-and-navigation/navigate-through-grid-records.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/grid/selection-and-navigation/select-grid-rows-and-cards.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/index.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/add-empty-regions-separators-splitters-and-labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/change-element-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/change-text-label-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/create-and-delete-tabbed-groups.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/finish-layout-customization.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/hide-and-display-elements-using-a-layout-manager.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/resize-interface-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/start-layout-customization.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/work-with-interface-element-groups.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/save-and-restore-layout/save-and-restore-interface-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/map/map-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/map/mini-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/map/rulers.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/map/scrolling.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/map/selection.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/map/using-the-search-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/map/zooming.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/navigation-bars.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/navigation-bars/navigation-bar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/navigation-bars/navigation-pane.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/adjust-the-document-view.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/annotations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/bookmarks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/export-and-import-the-acroform-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/file-attachment.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/manage-documents-and-files.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/navigate-and-view-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/print-documents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/select-and-copy-the-document-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/thumbnails.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/view-document-properties.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-editing/edit-data-in-pivot-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-editing/edit-unbound-expression.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-editing/pivot-grid-expression-syntax.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/apply-conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/change-summary-type-in-pivot-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data-in-pivot-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/build-complex-filter-criteria.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/invoke-a-summary-filter-window.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/move-the-selected-range.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/remove-filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/select-a-range-of-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/specify-target-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/zoom-and-move-the-viewport.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values/filtering-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values/invoke-a-filter-popup-window.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values/using-filter-popup-windows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/pinned-(fixed)-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/sort-data-in-pivot-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/sort-data/simple-sorting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/sort-data/sort-data-by-summaries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/sort-data/sort-data-using-a-field-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/sort-data/sort-data-using-the-context-menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/exporting-and-printing/exporting-and-printing.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/field-list-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/field-list/change-field-list-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/field-list/defer-pivot-table-updates.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/field-list/invoke-a-field-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/display-hidden-pivot-table-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/expand-and-collapse-groups-in-pivot-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/hide-fields/hide-fields-using-a-field-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/hide-fields/hide-fields-using-the-context-menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/hide-pivot-table-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/reorder-fields/reorder-fields-using-a-field-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/reorder-fields/simple-fields-reordering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/reorder-pivot-table-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/resizing-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/select-cells-in-pivot-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/copy-to-the-clipboard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/csv-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/docx-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/exporting-from-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/html-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/image-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/mht-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/pdf-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/rtf-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/txt-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/file-management/load-a-print-preview-from-a-file.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/file-management/save-a-print-preview-to-a-file.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/headers-and-footers/insert-a-logo-into-printed-documents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/headers-and-footers/insert-date-and-time-into-printed-documents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/headers-and-footers/insert-page-header-and-page-footer-into-printed-documents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/headers-and-footers/insert-page-numbers-into-printed-documents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/headers-and-footers/insert-the-user-name-into-printed-documents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/interactivity/content-editing-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/miscellaneous/customize-printing-settings-of-charts.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/miscellaneous/customize-printing-settings-of-grids.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/miscellaneous/customize-printing-settings-of-pivot-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/miscellaneous/customize-printing-settings-of-tree-views.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/passing-parameters-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/printing-and-page-setup/change-printing-settings-via-the-page-setup-dialog.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/printing-and-page-setup/print-a-document-using-default-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/printing-and-page-setup/print-a-document-via-the-print-dialog.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/printing-and-page-setup/print-selection.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/printing-and-page-setup/specify-page-margins-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/scaling/scale-print-preview-by-entering-a-zoom-factor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/scaling/scale-print-preview-by-specifying-width-in-pages.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/navigate-between-pages-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/navigate-in-print-preview-using-bookmarks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/navigate-in-print-preview-using-thumbnails.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/search-for-a-specific-text-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/switch-print-preview-display-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/use-the-hand-tool-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/warnings-and-error-messages-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/watermark-and-background/change-watermark-and-background-settings-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/watermark-and-background/remove-a-watermark-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/zooming/show-two-or-more-pages-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/zooming/zoom-print-preview-by-entering-a-zoom-factor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/zooming/zoom-print-preview-in-or-out.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/zooming/zoom-print-preview-to-show-whole-pages-or-fit-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/changing-a-watermark.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/copying-to-the-clipboard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/csv-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/docx-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/html-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/image-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/mht-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/pdf-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/rtf-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/text-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/xls-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/xlsx-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/file-management/load-a-print-preview-from-a-file.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/file-management/save-a-print-preview-to-a-file.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/interactivity/content-editing-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/navigating/navigate-between-pages.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/navigating/navigate-using-bookmarks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/navigating/navigate-using-the-hand-tool.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/navigating/navigate-using-thumbnails.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/navigating/search-for-a-specific-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/passing-parameter-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/printing-and-page-setup/change-print-settings-using-the-page-setup-dialog.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/printing-and-page-setup/print-a-document-using-default-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/printing-and-page-setup/print-a-document-using-the-print-dialog.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/printing-and-page-setup/scaling.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/zooming.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/report-editing-basics/binding-report-elements-using-binding-expressions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/ribbon.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/ribbon/frequently-used-ribbon-commands.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/ribbon/invoke-ribbon-commands.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/ribbon/minimize-ribbon.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-layout-and-page-setup/add-line-numbers.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-layout-and-page-setup/adjust-page-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-layout-and-page-setup/change-page-background-color.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-layout-and-page-setup/divide-a-document-into-sections.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-layout-and-page-setup/lay-out-text-in-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-protection/edit-a-protected-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-protection/protect-and-unprotect-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/file-operations/create-a-new-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/file-operations/load-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/file-operations/print-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/file-operations/save-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/footnotes-and-endnotes/change-note-appearance.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/footnotes-and-endnotes/insert-and-edit-a-footnote-or-endnote.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/formatting/apply-and-modify-styles.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/formatting/format-paragraphs.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/formatting/format-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/header-and-footer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/lists/bulleted-lists.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/lists/multilevel-lists.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/lists/numbered-lists.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/mail-merge.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-bookmark.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-comment.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-hyperlink.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-page-break.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-symbol.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-watermark.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-page-numbers.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/set-document-properties.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/add-change-or-delete-a-border-for-a-picture-or-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/add-change-or-delete-a-text-box-fill.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/insert-a-picture.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/insert-select-copy-or-delete-a-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/move-a-picture-or-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/resize-a-picture-or-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/rotate-a-picture-or-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/wrap-text-around-a-picture-or-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/table-of-contents/create-a-table-of-contents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/table-of-contents/create-table-of-contents-for-special-cases.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/table-of-contents/update-table-of-contents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/add-and-remove-table-borders.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/adjust-column-width.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/align-text-in-table-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/customize-a-style-of-cell-borders.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/delete-a-cell-row-or-column.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/insert-a-cell-row-or-column.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/insert-a-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/merge-or-split-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/rotate-table-cell-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/select-a-cell-row-or-column.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/set-background-color-of-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/set-table-properties.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/wrap-text-around-a-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/check-text-spelling.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/delete-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/find-and-replace-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/select-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/undo-and-redo-last-operations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/use-a-clipboard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editor-ui/editor-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editor-ui/ribbon-interface.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editor-ui/toolbars.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/track-changes/accept-and-reject-tracked-changes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/track-changes/enable-track-changes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/viewing-and-navigating/navigate-through-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/viewing-and-navigating/switch-document-views.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/viewing-and-navigating/zoom-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management/create-appointments.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management/delete-appointments.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management/edit-appointments.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management/manage-reminders.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management/restrictions-for-operations-with-appointments.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/layout-customization.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/layout-customization/scheduler-grouping.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/layout-customization/switch-scheduler-views.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/layout-customization/zoom-the-scheduling-area.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/printing.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/scheduler-ui.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/scheduler-ui/ribbon-interface.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/scheduler-ui/toolbars.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation/navigate-dates-in-the-scheduler.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation/navigate-scheduler-resources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation/navigate-scheduler-time-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation/scheduler-more-buttons.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation/scheduler-navigation-buttons.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/snap-reporting-engine.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/clear-cell-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/format-cell-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/format-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/number-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/wrap-text-and-merge-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/applying-a-predefined-chart-layout-and-style.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/changing-a-chart-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/charting-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/creating-a-chart-sheet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/creating-a-chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/modifying-a-chart-manually.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/columns-and-rows/insert-and-delete-columns-and-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/columns-and-rows/show-and-hide-columns-and-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/columns-and-rows/specify-column-width-and-row-height.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/data-presentation/filter-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/data-presentation/outline-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/data-presentation/sort-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/data-presentation/subtotal-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/data-validation/validate-data-in-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/copy-and-paste-cell-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/fill-data-automatically.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/find-and-replace.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/insert-a-comment.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/insert-a-symbol.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/select-cells-or-cell-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/adjust-page-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/create-a-workbook.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/create-a-worksheet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/delete-a-worksheet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/import-and-export-text-files.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/load-a-workbook.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/print-a-workbook.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/rename-a-worksheet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/save-a-workbook.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/undo-and-redo-last-actions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/cell-references.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/create-a-simple-formula.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/create-an-array-formula.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/defined-names.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/error-types-in-formulas.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/supported-functions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/using-functions-in-formulas.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/cell-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/copy-paste-and-edit-the-cell-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/file-operations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/navigation-inside-worksheets.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/sort-and-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/work-with-columns-and-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/work-with-formulas.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/work-with-selections.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/mail-merge/data-source-wizard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/mail-merge/mail-merge-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/mail-merge/parameters-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/mail-merge/query-builder.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pictures-and-hyperlinks/insert-a-picture.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pictures-and-hyperlinks/insert-and-delete-hyperlinks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pictures-and-hyperlinks/move-rotate-and-resize-a-picture.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pictures-and-hyperlinks/shortcuts-to-work-with-pictures.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/apply-a-predefined-style-to-a-pivot-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/change-the-pivottable-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/change-the-value-field-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/create-a-pivot-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/filter-a-pivot-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/group-items-in-a-pivot-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/insert-a-calculated-field-and-calculated-item.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/modify-a-pivot-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/refresh-the-pivottable-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/sort-items-in-a-pivot-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/subtotal-and-total-fields-in-a-pivot-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/protection/encrypt-a-workbook-with-the-password.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/protection/protect-a-workbook.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/protection/protect-a-worksheet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/protection/protect-worksheet-ranges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/shortcuts.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/spreadsheet-ui/ribbon-interface.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/spreadsheet-ui/spreadsheet-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/tables/create-a-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/viewing-and-navigating/freeze-columns-and-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/viewing-and-navigating/hide-and-display-worksheets.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/viewing-and-navigating/hide-gridlines-and-headings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/viewing-and-navigating/zoom-a-worksheet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/finish-toolbar-customization.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/hide-and-display-bar-commands.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/hide-and-display-toolbars.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/open-toolbar-customization-window.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/rearrange-bar-commands.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/rearrange-toolbars-and-menus.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/restore-the-default-layout-of-bar-commands.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/navigation/keyboard-navigation-in-menus-and-toolbars.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/select-commands/invoke-toolbar-and-menu-commands.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/data-analysis/apply-cell-conditional-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/data-analysis/filter-treelist-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/data-analysis/show-summaries-(totals)-in-a-tree-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/data-presentation/sort-tree-list-nodes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/edit-cells-in-a-tree-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/layout-customization/expand-and-collapse-nodes-in-a-tree-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/layout-customization/hide-and-display-tree-list-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/layout-customization/reorder-tree-list-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/layout-customization/resize-tree-list-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/selection-and-navigation/navigation-in-a-tree-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/selection-and-navigation/select-tree-list-nodes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/vertical-grid.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/vertical-grid/edit-cells-in-vertical-grids.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/vertical-grid/layout-customization/expand-and-collapse-rows-in-vertical-grids.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/vertical-grid/layout-customization/resize-rows-and-columns-in-vertical-grids.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-desktop/articles/vertical-grid/navigation-in-vertical-grids.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-editing/add-and-delete-cards.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-editing/batch-editing.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-editing/save-or-discard-changes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-editing/switch-to-edit-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-summaries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-validation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/exporting/exporting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/filtering/creating-complex-filter-criteria-with-the-filter-control.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/filtering/date-range-header-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/filtering/header-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/filtering/search-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/grouping.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/selection-and-navigation/page-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/selection-and-navigation/select-cards.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/card-view/sorting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/charting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/charting/chart-designer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/charting/series-selection.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/common-activities.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/common-activities/touch-support.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/data-view.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/diagram.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/diagram/chart-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/diagram/create-a-new-chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/diagram/export-to-an-image.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/diagram/first-look-at-the-diagram.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/diagram/keyboard-shortcuts.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/diagram/page-and-view-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/diagram/select-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/diagram/work-with-chart-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/docking-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/calendar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/calendar/date-selection.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/calendar/fast-navigation-window.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/captcha.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/color-edit.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/color-edit/custom-color-picker.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/date-edit.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/editing-values-selecting-text-and-using-the-clipboard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/editor-context-menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/image-uploading.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/masked-input.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/token-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/track-bar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/track-bar/change-buttons-clicks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/track-bar/drag-handle-drag-n-drop.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/track-bar/dragging-bar-highlight.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/track-bar/track-and-scale-clicks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/validation-summary.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/editors/work-with-dropdown-editors.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-manager.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-manager/access-control.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-manager/adaptive-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-manager/details-view.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-manager/downloading-files.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-manager/file-and-folder-editing.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-manager/filtering-files.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-manager/multiple-file-selection.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-manager/uploading-files.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-upload-control.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-upload-control/canceling-file-uploading.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-upload-control/multi-file-selection.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-upload-control/uploading-a-single-file.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/file-upload-control/uploading-multiple-files.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/filter-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/filter-editor/change-conditions-in-filter-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/filter-editor/create-new-conditions-in-filter-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/filter-editor/delete-conditions-in-filter-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/gantt.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/gantt/context-menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/gantt/data-editing/manage-dependencies.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/gantt/data-editing/manage-resources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/gantt/data-editing/manage-tasks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/gantt/export-to-pdf.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/gantt/toolbar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/gantt/work-time-rules.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/context-menu/context-menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/customization-dialog/column-chooser.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/customization-dialog/customization-dialog.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/customization-dialog/filtering-page.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/customization-dialog/grouping-page.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/customization-dialog/sorting-page.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/data-editing/add-and-delete-grid-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/data-editing/batch-editing.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/data-editing/save-or-discard-changes-when-editing-grid-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/data-editing/switch-a-grid-to-edit-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/data-export.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/data-summaries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/data-validation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/filtering/creating-complex-filter-criteria-with-the-filter-control.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/filtering/date-range-header-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/filtering/filtering-grid-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/filtering/search-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/grid-lookup/filter-grid-lookup-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/grid-lookup/grid-lookup.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/grid-lookup/select-grid-lookup-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/grouping/expand-and-collapse-group-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/grouping/group-grid-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/layout-customization/hide-and-display-grid-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/layout-customization/reorder-grid-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/layout-customization/resize-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/responsive-layout/responsive-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/selection-and-navigation/keyboard-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/selection-and-navigation/page-navigation-in-grids.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/selection-and-navigation/select-grid-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/grid/sorting/sort-grid-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/find-and-replace-dialog/find-and-replace-dialog.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-paragraphs/ordered-and-bullet-lists-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-paragraphs/paragraph-styling-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-paragraphs/text-alignment-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-paragraphs/text-indentation-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/apply-italic-formatting-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/apply-strikethrough-formatting-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/change-background-color-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/change-font-size-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/change-font-type-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/change-foreground-color-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/make-text-bold-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/make-text-superscript-or-subscript-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/remove-formatting-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/underline-text-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/context-menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/ribbon.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/search-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/tag-inspector.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/toolbar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/view-modes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/check-spelling-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/clipboard-operations-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/export-html-editor-content-to-various-documents-formats.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/printing-html-editor-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/repeat-and-undo-actions-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/shortcuts.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/sizing-and-full-screen-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/paste-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-audio-files/audio-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-audio-files/insert-an-audio-into-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-audio-files/modify-audio-settings-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-flash-files/flash-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-flash-files/insert-a-flash-into-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-flash-files/modify-flash-settings-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-hyperlinks/create-a-hyperlink-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-hyperlinks/modify-a-hyperlink-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-hyperlinks/remove-a-hyperlink-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-images/image-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-images/insert-an-image-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-images/modify-an-images-settings-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-tables/create-a-table-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-tables/modify-a-table-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-tables/remove-a-table-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-video-files/insert-a-video-into-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-video-files/modify-video-settings-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-video-files/video-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-youtube-video/insert-a-youtube-video-into-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-youtube-video/modify-youtube-video-settings-in-html-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-youtube-video/youtube-video-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/image-gallery.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/image-gallery/fullscreen-viewer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/image-gallery/image-gallery-pager.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/image-slider.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/image-zoom.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/image-zoom/fullscreen-window.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/image-zoom/navigation-bar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/index.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/menu/menu-scrolling.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/menu/responsive-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/navigation-bar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/news-control.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/filter-data-in-pivot-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/filter-data/build-complex-filter-criteria.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values/invoke-a-filter-popup-window.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values/using-filter-popup-windows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/sort-data-in-pivot-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/sort-data/simple-sorting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/sort-data/sort-data-by-summaries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/sort-data/sort-data-using-a-field-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/field-list-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/field-list/change-field-list-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/field-list/defer-pivot-table-updates.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/field-list/invoke-a-field-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/display-hidden-pivot-table-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/expand-and-collapse-groups-in-pivot-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/hide-fields/hide-fields-using-a-field-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/hide-fields/hide-fields-using-the-context-menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/hide-pivot-table-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/reorder-fields/reorder-fields-using-a-field-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/reorder-fields/simple-fields-reordering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/reorder-pivot-table-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/popup-window.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rating.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/ribbon.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/ribbon/gallery-bar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/ribbon/invoke-ribbon-commands.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/ribbon/minimizing-the-ribbon.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/document-layout-and-page-setup/adjust-page-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/document-layout-and-page-setup/divide-a-documents-into-sections.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/document-layout-and-page-setup/insert-a-page-break.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/document-layout-and-page-setup/lay-out-text-in-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/document-layout-and-page-setup/page-color.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/file-operations/create-a-new-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/file-operations/load-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/file-operations/print-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/file-operations/save-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/find-and-replace.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/formatting/apply-predefined-styles.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/formatting/format-paragraphs.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/formatting/format-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/formatting/using-indents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/formatting/using-tabs.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/header-and-footer/header-and-footer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/header-and-footer/page-number-and-count.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts/copy-paste-and-edit-the-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts/file-operations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts/navigation-inside-documents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts/text-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts/work-with-selections.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/lists/bulleted-lists.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/lists/multilevel-lists.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/lists/numbered-lists.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/mail-merge.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/miscellaneous/insert-a-hyperlink.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/miscellaneous/insert-a-symbol.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/add-change-or-delete-a-border-for-a-picture-or-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/add-change-or-delete-a-text-box-fill.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/insert-select-copy-or-delete-a-picture-or-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/move-a-picture-or-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/resize-a-picture-or-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/rotate-a-picture-or-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/wrap-text-around-a-picture-or-text-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/table-of-contents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editing/cut-copy-and-paste-editors-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editing/delete-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editing/select-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editing/undo-and-redo-last-operations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editor-ui/editor-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editor-ui/ribbon-interface.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/viewing-and-navigating/document-views.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/viewing-and-navigating/full-screen-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/viewing-and-navigating/navigate-through-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/viewing-and-navigating/show-horizontal-ruler.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/round-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/create-an-appointment.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/delete-an-appointment.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/edit-an-appointment.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/make-a-series-of-recurring-appointments.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/manage-reminders.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/restrictions-for-operations-with-appointments.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/layout-customization/scheduler-grouping.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/layout-customization/switch-scheduler-views.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/selection-and-navigation/navigate-scheduler-resources.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/selection-and-navigation/navigate-time-cells-and-dates-in-the-scheduler.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/selection-and-navigation/scheduler-more-buttons.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/scheduler/selection-and-navigation/scheduler-navigation-buttons.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spell-checker.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/splitter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/splitter/expand-or-collapse-a-pane.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/splitter/resizing-a-pane.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/clear-cell-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/format-as-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/format-cell-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/format-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/number-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/wrap-text-and-merge-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/charting/applying-a-predefined-chart-layout-and-style.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/charting/changing-a-chart-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/charting/charting-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/charting/creating-a-chart.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/charting/modifying-a-chart-manually.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/columns-and-rows/insert-and-delete-rows-and-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/columns-and-rows/show-and-hide-columns-and-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/columns-and-rows/specify-column-width-and-row-height.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/data-presentation/filtering.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/data-presentation/freeze-panes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/data-presentation/sort-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/copy-and-paste-cell-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/data-validation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/fill-data-automatically.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/find-and-replace.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/insert-a-comment.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/select-cells-or-cell-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/adjust-page-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/create-a-workbook.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/create-a-worksheet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/delete-a-worksheet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/import-text-files.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/load-a-workbook.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/print-a-workbook.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/rename-a-worksheet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/save-a-workbook.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/undo-and-redo-last-actions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/formulas/cell-references.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/formulas/create-a-simple-formula.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/formulas/error-types-in-formulas.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/formulas/supported-functions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/formulas/using-functions-in-formulas.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/cell-formatting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/copy-paste-and-edit-the-cell-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/file-operations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/navigation-inside-worksheets.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/work-with-columns-and-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/work-with-selections.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/pictures-and-hyperlinks/insert-a-picture.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/pictures-and-hyperlinks/insert-and-delete-hyperlinks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/pictures-and-hyperlinks/move-and-resize-a-picture.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/spreadsheet-ui/ribbon-interface.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/spreadsheet-ui/spreadsheet-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/document-views.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/full-screen-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/hide-and-diaplay-headings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/hide-and-display-headings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/hide-and-display-worksheets.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/hide-gridlines.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tab-control.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tab-control/tab-scrolling.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-editing/batch-editing.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-editing/edit-cell-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-export.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-presentation/expand-and-collapse-nodes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-presentation/sort-nodes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-summaries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-validation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/filtering/creating-complex-filter-criteria-with-the-filter-control.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/filtering/date-range-header-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/filtering/filter-row.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/filtering/header-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/filtering/search-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/column-chooser.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/keyboard-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/reorder-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/reorder-nodes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/resize-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/selection-and-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-view.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-view/expand-and-collapse-tree-view-nodes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/tree-view/tree-view-nodes-checking.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-editing/add-delete-and-recover-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-editing/save-or-discard-changes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-editing/switch-to-edit-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-export.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-summaries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-validation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/expand-and-collapse-category-rows.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/filtering/creating-complex-filter-criteria-with-the-filter-control.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/filtering/header-filter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/filtering/search-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/selection-and-navigation/page-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/selection-and-navigation/select-records.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/sorting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/index.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-extra-information.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-extra-information/add-watermarks-to-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-extra-information/display-the-current-date-and-time-in-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-extra-information/display-the-user-name-in-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-navigation/add-a-table-of-contents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-navigation/add-bookmarks-and-a-document-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-navigation/add-cross-references-and-hyperlinks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-navigation/add-page-numbers.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-new-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-csv-file.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-database.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-federated-master-detail-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-join-based-federated-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-mongodb-instance.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-stored-procedure.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-transformation-based-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-union-based-federated-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-an-entity-framework-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-an-excel-workbook.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-an-object-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-an-xml-file.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-an-xpo-persistent-object.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-json-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/data-binding-modes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/specify-query-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings/change-a-report-measurement-units.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings/change-a-report-page-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings/enable-the-right-to-left-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/balance-sheets.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/cross-tab-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/hierarchical-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/interactive-e-forms.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/invoices-from-templates.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/invoices.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/labels-and-badges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/master-detail-reports-with-detail-report-bands.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/master-detail-reports-with-subreports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/multi-column-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/reports-merged-with-pdf.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/reports-with-cross-band-content-and-populated-empty-space.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/reports-with-embedded-pdf-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/reports-with-visual-pdf-signature.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/table-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/vertical-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/customize-appearance.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/customize-appearance/appearance-properties.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/customize-appearance/report-style-sheets.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/customize-appearance/report-visual-styles.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/first-look-at-the-report-designer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/introduction-to-banded-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content/anchor-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content/keep-content-together.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content/maintain-the-band-location-on-a-page.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content/maintain-the-size-and-content-of-data-bound-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content/suppress-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/localize-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/merge-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/merge-reports/add-a-report-to-the-end-beginning.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/merge-reports/use-data-driven-page-sequence.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/open-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/preview-print-and-export-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/provide-interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/provide-interactivity/create-drill-down-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/provide-interactivity/create-drill-through-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/provide-interactivity/edit-content-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/provide-interactivity/sort-a-report-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database/configure-query-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database/create-a-query-or-select-a-stored-procedure.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database/save-the-connection-string.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database/select-a-data-connection.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database/specify-a-connection-string.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-federated-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-federated-data-source/create-a-federated-query.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-json-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-json-data-source/configure-web-service-endpoint-request.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-json-data-source/select-data-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-json-data-source/specify-json-data-location.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source/bind-to-a-stored-procedure.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source/configure-filters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source/select-a-connection-string.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source/select-a-data-member.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source/select-the-data-context.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-excel-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-excel-data-source/choose-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-excel-data-source/select-a-worksheet,-table-or-named-range.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-excel-data-source/select-an-excel-workbook-or-csv-file.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-excel-data-source/specify-import-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/select-a-data-source-constructor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/select-a-data-source-member.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/select-a-data-source-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/select-an-assembly.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/select-the-data-binding-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/specify-the-constructor-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/specify-the-member-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-xpo-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-xpo-data-source/choose-an-entity-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-xpo-data-source/save-the-connection-string.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-xpo-data-source/select-a-data-connection.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-xpo-data-source/specify-a-connection-string.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/no-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/localization-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/query-builder.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/blank-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/choose-a-report-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/cross-tab-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/labels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/labels/customize-the-label-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/labels/select-the-data-source-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/labels/select-the-label-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/add-grouping-levels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/choose-a-report-color-scheme.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/choose-fields-to-display-in-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/select-the-data-source-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/set-the-report-title.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/specify-report-page-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/specify-summary-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/template.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/template/choose-a-report-template.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/template/map-report-template-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/template/select-the-data-source-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/template/specify-report-template-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/vertical-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/toolbar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/toolbox.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/field-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/group-and-sort-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/property-grid-non-tabbed-view.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/property-grid-tabbed-view.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/report-design-analyzer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/report-explorer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/report-gallery.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/save-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-a-summary.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-a-weighted-average.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-an-advanced-summary.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/count-elements-and-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/count-elements-and-values/count-the-number-of-groups-in-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/count-elements-and-values/count-the-number-of-records-in-a-report-or-group.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/count-elements-and-values/display-row-numbers-in-a-report-group-or-page.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-data-source-level.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-report-level.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/limit-the-number-of-records-to-display.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/format-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data/group-data-by-a-custom-field.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data/group-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data/sort-data-by-a-custom-field.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data/sort-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data/sort-groups-by-a-summary-function-result.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-bands-visibility-expression-bindings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-control-appearance.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-label-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/conditionally-filter-report-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/conditionally-supress-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/limit-the-number-of-records-per-page.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/use-calculated-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/use-calculated-fields/calculate-an-aggregate-function.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/use-calculated-fields/calculated-fields-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/data-binding-modes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/expression-language.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/expressions-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/functions-in-expressions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/how-to-use-expressions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/bind-controls-to-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/draw-lines-and-shapes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/draw-lines-and-shapes/draw-cross-band-lines-and-boxes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/draw-lines-and-shapes/draw-lines.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/draw-lines-and-shapes/draw-shapes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/add-controls-to-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/add-report-controls-to-containers.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/apply-styles-to-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/arrange-report-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/convert-labels-to-table.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/copy-report-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/keyboard-shortcut.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/move-and-resize-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/reuse-report-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/select-report-elements-and-access-their-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/validate-the-report-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/update-report-data-bindings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/add-bar-codes-to-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/bar-code-recognition-specifics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/codabar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-11-usd-8.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-128.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-39-extended.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-39-usd-3.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-93-extended.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-93.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/deutsche-post-identcode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/deutsche-post-leitcode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/ean-13.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/ean-8.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/ecc200-data-matrix.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/epc-qr-code.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/gs1-128-ean-128-ucc.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/gs1-data-matrix.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/gs1-databar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/gs1-qr-code.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/industrial-2-of-5.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/intelligent-mail-package.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/intelligent-mail.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/interleaved-2-of-5.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/matrix-2-of-5.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/msi-plessey.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/pdf417.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/pharmacode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/postnet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/qr-code.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/sscc.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-a.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-e0.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-e1.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-shipping-container-symbol-itf-14.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-supplemental-2.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-supplemental-5.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/character-comb.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/check-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/label.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/page-break.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/page-info.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/pdf-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/pdf-signature.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/picture-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/rich-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/subreport.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/table-of-contents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids/add-a-chart-set-up-series-manually.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids/add-a-chart-use-a-series-template.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids/link-a-chart-and-a-pivot-grid.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids/use-charts-in-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids/use-charts-to-visualize-grouped-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/cross-tab-appearance.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/cross-tab-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/cross-tab-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/data-shaping.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/layout-and-print-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-embedded-fields-mail-merge.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-gauges-and-sparklines.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-gauges-and-sparklines/add-gauges-to-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-gauges-and-sparklines/add-sparklines-to-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables/bind-table-cells-to-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables/hide-table-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables/manage-table-structure.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables/manipulate-table-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables/table-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/cascading-report-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/create-a-report-parameter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/date-range-report-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/multi-value-report-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/parameters-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/reference-report-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/report-parameters-with-predefined-dynamic-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/report-parameters-with-predefined-static-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-scripts.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/adding-details-about-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/adding-details-about-a-report/add-page-numbers-and-system-information-to-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/adding-details-about-a-report/create-or-modify-watermarks-of-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization/conditionally-change-a-controls-appearance.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization/conditionally-change-a-labels-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization/conditionally-hide-bands.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization/understanding-style-concepts.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization/use-odd-and-even-styles.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/adjust-page-layout-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/adjust-the-layout-of-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/back-up-the-report-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/change-measurement-units-of-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/control-positioning.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/create-a-new-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/create-and-delete-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-a-report-to-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-a-report-to-data/bind-a-report-to-a-database.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-a-report-to-data/bind-a-report-to-an-entity-framework-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-a-report-to-data/bind-a-report-to-an-excel-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-a-report-to-data/bind-a-report-to-an-object-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-report-controls-to-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/calculated-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/query-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/report-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/using-mail-merge.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity/add-a-cross-reference.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity/add-bookmarks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity/create-a-table-of-contents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity/create-hyperlinks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity/enable-content-editing-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/scripting.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data/calculating-summaries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data/filtering-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data/formatting-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data/grouping-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data/sorting-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/document-map-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/export-document-dialog.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/parameters-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/preview-toolbar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/search-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/control-toolbox.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/design-surface.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/field-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/group-and-sort-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/localization-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/properties-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/query-builder.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/report-design-analyzer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/report-explorer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/script-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/toolbar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-elements/report-bands.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-elements/report-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/chart-with-dynamic-series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/chart-with-static-series.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/cross-tab-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/label-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/master-detail-report-(detail-report-bands).html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/master-detail-report-(subreports).html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/master-detail-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/multi-column-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/parametrized-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/report-with-pdf-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/static-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/table-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/add-groping-levels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/choose-a-report-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/choose-a-report-style.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/choose-columns-to-display-in-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database/configure-query-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database/customize-the-query.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database/save-the-connection-string.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database/select-a-data-connection.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database/specify-a-connection-string.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source/bind-to-a-stored-procedure.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source/configure-filters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source/select-a-connection-string.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source/select-a-data-member.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source/select-the-data-context.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-excel-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-excel-data-source/choose-columns.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-excel-data-source/select-a-worksheet-table-or-named-region.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-excel-data-source/select-an-excel-workbook-or-csv-file.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-excel-data-source/specify-import-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/select-a-data-source-constructor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/select-a-data-source-member.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/select-a-data-source-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/select-an-assembly.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/select-the-data-binding-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/specify-the-constructor-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/specify-the-member-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/enter-the-report-title.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/select-the-data-source-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/specify-summary-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/empty-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/label-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/label-report/customize-the-label-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/label-report/select-the-label-type.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/content-editing.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/csv-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/docx-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/export-a-document.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/html-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/image-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/mht-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/pdf-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/rtf-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/text-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/xls-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/xlsx-specific-export-options.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/passing-parameter-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/printing.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/viewing-and-navigating/navigate-between-pages.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/viewing-and-navigating/navigate-using-bookmarks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/viewing-and-navigating/search-for-a-specific-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/viewing-and-navigating/switch-display-mode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/document-viewer/viewing-and-navigating/zooming.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/index.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/add-extra-information.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/add-extra-information/add-watermarks-to-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/add-extra-information/display-the-current-date-and-time-in-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/add-extra-information/display-the-user-name-in-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/add-navigation.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/add-navigation/add-a-table-of-contents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/add-navigation/add-bookmarks-and-a-document-map.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/add-navigation/add-cross-references-and-hyperlinks.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/add-navigation/add-page-numbers.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/add-new-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-a-database.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-a-federated-master-detail-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-a-join-based-federated-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-a-transformation-based-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-a-union-based-federated-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-an-object-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-json-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/specify-query-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/configure-design-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/configure-design-settings/change-a-report-measurement-units.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/configure-design-settings/change-a-report-page-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/configure-design-settings/enable-the-right-to-left-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/cross-tab-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/hierarchical-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/interactive-e-forms.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/invoices.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/labels-and-badges.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/letters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-detail-report-bands.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-subreports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/multi-column-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/reports-merged-with-pdf.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/reports-with-cross-band-content-and-populated-empty-space.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/reports-with-embedded-pdf-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/reports-with-visual-pdf-signature.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/table-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/vertical-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/customize-appearance.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/customize-appearance/appearance-properties.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/customize-appearance/report-visual-styles.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/first-look-at-the-report-designer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/introduction-to-banded-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content/anchor-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content/keep-content-together.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content/maintain-the-band-location-on-a-page.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content/maintain-the-size-and-content-of-data-bound-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content/suppress-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/localize-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/merge-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/merge-reports/add-a-report-to-the-end-beginning.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/merge-reports/use-data-driven-page-sequence.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/open-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/preview-print-and-export-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/provide-interactivity.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/provide-interactivity/create-drill-down-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/provide-interactivity/create-drill-through-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/provide-interactivity/edit-content-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/provide-interactivity/sort-a-report-in-print-preview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/chart-designer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/data-source-wizard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/data-source-wizard/specify-data-source-settings-database.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/data-source-wizard/specify-data-source-settings-json.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/data-source-wizard/specify-data-source-settings-object.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/design-surface.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/expression-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/filter-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/format-string-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/localization-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/master-detail-relation-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/menu.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/query-builder.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/empty-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/label-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/define-report-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/select-data-source.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/specify-data-source-settings-database.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/specify-data-source-settings-json.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/specify-data-source-settings-object.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/specify-page-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/script-editor.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/toolbar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/toolbox.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels/expressions-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels/field-list.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels/properties-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels/report-design-analyzer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels/report-explorer.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/save-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/calculate-summaries.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/calculate-summaries/calculate-a-summary.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/calculate-summaries/calculate-an-advanced-summary.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/count-elements-and-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/count-elements-and-values/count-the-number-of-groups-in-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/count-elements-and-values/count-the-number-of-records-in-a-report-or-group.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/count-elements-and-values/display-row-numbers-in-a-report-group-or-page.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/filter-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/filter-data/filter-data-at-the-data-source-level.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/filter-data/filter-data-at-the-report-level.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/filter-data/limit-the-number-of-records-to-display.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/format-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data/group-data-by-a-custom-field.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data/group-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data/sort-data-by-a-custom-field.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data/sort-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data/sort-groups-by-a-summary-function-result.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/lay-out-dynamic-report-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-bands-visibility-expression-bindings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-control-appearance.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-label-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/conditionally-filter-report-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/conditionally-supress-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/limit-the-number-of-records-per-page.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/use-calculated-fields.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/use-calculated-fields/calculate-a-weighted-average-function.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/use-calculated-fields/calculate-an-aggregate-function.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/use-calculated-fields/calculated-fields-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions/data-binding-modes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions/expression-language.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions/expressions-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions/functions-in-expressions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions/how-to-use-expressions.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/bind-controls-to-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/draw-lines-and-shapes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/draw-lines-and-shapes/draw-cross-band-lines-and-boxes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/draw-lines-and-shapes/draw-lines.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/draw-lines-and-shapes/draw-shapes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/add-controls-to-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/add-report-controls-to-containers.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/apply-styles-to-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/arrange-report-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/copy-report-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/move-and-resize-report-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/select-report-elements-and-access-their-settings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/validate-the-report-layout.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/add-bar-codes-to-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/bar-code-recognition-specifics.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/codabar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-11-usd-8.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-128.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-39-extended.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-39-usd-3.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-93-extended.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-93.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/deutsche-post-identcode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/deutsche-post-leitcode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/ean-13.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/ean-8.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/ecc200-data-matrix.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/epc-qr-code.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/gs1-128-ean-128-ucc.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/gs1-data-matrix.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/gs1-databar.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/gs1-qr-code.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/industrial-2-of-5.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/intelligent-mail-package.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/intelligent-mail.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/interleaved-2-of-5.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/matrix-2-of-5.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/msi-plessey.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/pdf417.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/pharmacode.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/postnet.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/qr-code.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/sscc.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-a.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-e0.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-e1.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-shipping-container-symbol-itf-14.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-supplemental-2.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-supplemental-5.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/character-comb.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/check-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/label.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/page-break.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/page-info.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/pdf-content.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/pdf-signature.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/picture-box.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/rich-text.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/subreport.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/table-of-contents.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts-and-pivot-grids.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts/add-a-chart-set-up-series-manually.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts/add-a-chart-use-a-series-template.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts/use-charts-in-reports.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts/use-charts-to-visualize-grouped-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-cross-tab.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-embedded-fields-mail-merge.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-gauges-and-sparklines.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-gauges-and-sparklines/add-gauges-to-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-gauges-and-sparklines/add-sparklines-to-a-report.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables/bind-table-cells-to-data.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables/hide-table-cells.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables/manage-table-structure.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables/manipulate-table-elements.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables/table-overview.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/validate-report-data-bindings.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/cascading-report-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/create-a-report-parameter.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/date-range-report-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/multi-value-report-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/parameters-panel.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/reference-report-parameters.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/report-parameters-with-predefined-dynamic-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/report-parameters-with-predefined-static-values.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5
https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-scripts.html
- 2024-09-25T10:42:29+00:00
+ 2024-09-25T05:57:58+00:00
daily
0.5