DashboardCustomFilterExpressionEventArgs Properties
Provides data for the Dashboard.CustomFilterExpression event.| Name | Description |
|---|---|
| DataSource | Obtains the data source that provides data for the dashboard. Inherited from DataSourceEventArgs. |
| FilterExpression | Gets or sets the filter expression that defines a WHERE clause included in the SQL query. |
See Also