A newer version of this page is available.
Switch to the current version.
PivotQueryExceptionEventArgs Class
Provides data for the PivotGridControl.QueryException event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v19.1.dll
Declaration
public class PivotQueryExceptionEventArgs :
EventArgs
Public Class PivotQueryExceptionEventArgs
Inherits EventArgs
Remarks
The PivotGridControl.QueryException event is raised if a query processing error occurs on a bound server providing data for the PivotGridControl. This event is raised for the following data source types.
- The PivotGridControl is bound to an SQL data source using server mode.
- The PivotGridControl 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
Feedback