PivotQueryExceptionEventArgs Class
Provides data for the ASPxPivotGrid.QueryException event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxPivotGrid.QueryException event is raised if a query processing error occurs on a bound server providing data for the ASPxPivotGrid. This event is raised for the following data source types.
- The ASPxPivotGrid is bound to an SQL data source using server mode.
- The ASPxPivotGrid is bound to an OLAP data source.
Use the PivotQueryExceptionEventArgs.Exception property to determine which exception has been thrown. To cancel the default exception handling actions, set the PivotQueryExceptionEventArgs.Handled property to true.
See Also