PivotGridFieldBase.GetOLAPMembers() Method
Returns an array of the OLAP members for the current field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
IOLAPMember[] | An array containing OLAP members for the field. |
Remarks
The GetOLAPMembers method returns null if the current field represents a measure.
If the PivotGridControl is not bound to an OLAP cube, use the PivotGridFieldBase.GetUniqueValues method instead.
See Also