DashboardDataLoadingEventArgs Properties
Provides data for the Dashboard.DataLoading event.Name | Description |
---|---|
Data | Gets or sets data for the current data source. |
DataSource | Obtains the data source that provides data for the dashboard. Inherited from DataSourceEventArgs. |
OverwriteDataSourceProperty | Specifies whether the DataSource and DataMember properties of the DashboardObjectDataSource are set when data is supplied in the event handler. |
Parameters | Provides access to dashboard parameters required to modify your data query. |
See Also