Skip to main content
All docs
V18.2

DashboardSourceModel Properties

Obsolete. A specific view model that provides various means to load the dashboard to the DashboardViewer and supply this dashboard with data.
Name Description
ConfigureDataConnection Allows you to customize connection settings before the DashboardViewer connects to a data store (database, OLAP cube, etc.).
CustomExport Allows you to customize the exported document.
CustomFilterExpression Allows you to include WHERE clauses in SQL queries.
CustomizeExportDocument Allows you to customize the exported document.
CustomPalette Provides the capability to substitute the default palette containing colors used to paint dashboard item elements.
CustomParameters Occurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing.
DashboardId Gets or sets the dashboard identifier.
DashboardLoaded Allows you to obtain the dashboard loaded to the DashboardViewer.
DashboardLoading Allows you to load a dashboard at runtime.
DashboardSource Gets or sets a dashboard supplier for the DashboardViewer.
DataLoading Allows you to provide data for the DashboardObjectDataSource.
FilterElementDefaultValues Obsolete. Provides the capability to apply default filtering to filter elements.
MasterFilterDefaultValues Allows you to apply default filtering to master filter items.
RangeFilterDefaultValue Provides the capability to specify the default selected range in the Range Filter dashboard item.
SingleFilterDefaultValue Obsolete. Allows you to specify a default filter value for the Single Master Filter.
ValidateCustomSqlQuery Provides the capability to check the validity of the custom SQL query used to supply the dashboard with data.
See Also