PivotGridControl.OLAPQueryData Event
Allows you to get a query used to obtain data in PivotGrid.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
Event Data
The OLAPQueryData event's data class is PivotOlapQueryDataEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
MDXQuery | Gets or sets the MDX query. |
See Also