Back to Devexpress

Dashboard Events

dashboard-devexpress-dot-dashboardcommon-dot-dashboard-dot-underscore-events.md

latest3.8 KB
Original Source

Dashboard Events

Contains the full description of a dashboard used to visualize data.

NameDescription
ConfigureDataConnectionAllows you to customize connection settings before the connection to a data store (database, OLAP cube, etc.) is established.
ConnectionErrorAllows users to override the default behavior if data store connection fails with current connection parameters.
CustomAssemblyLoadingOccurs before a custom assembly is loaded for use as a DashboardEFDataSource.
CustomFilterExpressionAllows you to include WHERE clauses into DashboardSqlDataSource queries.
CustomParametersOccurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing.
DashboardLoadingOccurs when the Dashboard Designer or Dashboard Viewer loads a dashboard.
DataLoadingAllows you to provide data for the DashboardObjectDataSource.
DataLoadingErrorAllows you to suppress the form containing errors that occur during data loading.
DataSourceCollectionChangedOccurs after the collection of data sources has been changed.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
GroupCollectionChangedOccurs after the collection of dashboard item groups is changed.
ItemCollectionChangedOccurs after the collection of dashboard items has been changed.
OptionsChangedOccurs after any option in the current Dashboard is changed.
ParameterCollectionChangedOccurs after the collection of dashboard parameters has been changed.
ValidateCustomSqlQueryProvides the capability to check the validity of the custom SQL query used to supply the dashboard with data.

See Also

Dashboard Class

Dashboard Members

DevExpress.DashboardCommon Namespace