Skip to main content
All docs
V18.2

DashboardSourceModel Members

Obsolete. A specific view model that provides various means to load the dashboard to the DashboardViewer and supply this dashboard with data.

Constructors

Name Description
DashboardSourceModel() Initializes a new instance of the DashboardSourceModel class.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also