DataSourceFilterContainsAggrFunctionException Class
Occurs when the Object or Excel data source attempts to apply a filter containing the Aggr function.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
The DataSourceFilterContainsAggrFunctionException occurs after populating an Object or Excel data source if the criteria specified by the DashboardExcelDataSource.Filter or DashboardObjectDataSource.Filter property contains the Aggr function.
The exception’s message is the DataSourceFilterContainsAggrExceptionText string.
See Also