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

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.
TableName Gets the name of a data table to which the DashboardCustomFilterExpressionEventArgs.FilterExpression applies.
See Also