Skip to main content
A newer version of this page is available. .

Dashboard Events

Contains the full description of a dashboard used to visualize data.
Name Description
ConfigureDataConnection Allows you to customize connection settings before the connection to a data store (database, OLAP cube, etc.) is established.
ConnectionError Allows overriding the default behavior when current connection parameters do not allow connecting to a data store.
CustomAssemblyLoading Occurs before a custom assembly is loaded for use as a DashboardEFDataSource.
CustomFilterExpression Allows you to include WHERE clauses into DashboardSqlDataSource queries.
CustomParameters Occurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing.
DashboardLoading Occurs when the Dashboard Designer or Dashboard Viewer loads a dashboard.
DataLoading Allows you to provide data for the DashboardObjectDataSource.
DataLoadingError Allows you to suppress the form containing errors that occur during data loading.
DataSourceCollectionChanged Occurs after the collection of data sources has been changed.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
GroupCollectionChanged Occurs after the collection of dashboard item groups is changed.
ItemCollectionChanged Occurs after the collection of dashboard items has been changed.
OptionsChanged Occurs after some option of the Dashboard was changed.
ParameterCollectionChanged Occurs after the collection of dashboard parameters has been changed.
ValidateCustomSqlQuery Provides the capability to check the validity of the custom SQL query used to supply the dashboard with data.
See Also