Dashboard Events
Contains the full description of a dashboard used to visualize data.Name | Description |
---|---|
Configure |
Allows you to customize connection settings before the connection to a data store (database, OLAP cube, etc.) is established. |
Connection |
Allows users to override the default behavior if data store connection fails with current connection parameters. |
Custom |
Occurs before a custom assembly is loaded for use as a Dashboard |
Custom |
Allows you to include WHERE clauses into Dashboard |
Custom |
Occurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing. |
Dashboard |
Occurs when the Dashboard Designer or Dashboard Viewer loads a dashboard. |
Data |
Allows you to provide data for the Dashboard |
Data |
Allows you to suppress the form containing errors that occur during data loading. |
Data |
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. |
Group |
Occurs after the collection of dashboard item groups is changed. |
Item |
Occurs after the collection of dashboard items has been changed. |
Options |
Occurs after any option in the current Dashboard is changed. |
Parameter |
Occurs after the collection of dashboard parameters has been changed. |
Validate |
Provides the capability to check the validity of the custom SQL query used to supply the dashboard with data. |
See Also