PivotGridField.GetOlapMembers() Method
Returns an array of the OLAP members for the current field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
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 PivotGridField.GetUniqueValues method instead.
See Also