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

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.v19.2.Core.dll

Declaration

public class DataSourceFilterContainsAggrFunctionException :
    Exception

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.

Inheritance

Object
Exception
DataSourceFilterContainsAggrFunctionException
See Also