DashboardSqlDataSource Events
An SQL data source that provides data for the dashboard.Name | Description |
---|---|
BeforeLoadProviderCustomAssembly | Inherited from SqlDataSource. |
BeforeLoadProviderCustomAssemblyGlobal static | Inherited from SqlDataSource. |
ConfigureDataConnection | Allows you to customize connection settings before connecting to a database. Inherited from SqlDataSource. |
ConnectionError | Fires after an attempt to establish a data connection has failed. Inherited from SqlDataSource. |
CustomizeFilterExpression | Allows you to include WHERE clauses in SQL queries. Inherited from SqlDataSource. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
ValidateCustomSqlQuery | Provides the capability to check the validity of the custom SQL query used to supply the data source with data. Inherited from SqlDataSource. |
ValidateCustomSqlQueryGlobal static | Provides the capability to check the validity of the custom SQL query used to supply SQL data sources with data. Inherited from SqlDataSource. |
See Also