Skip to main content

PivotGridFieldBase.GetOLAPMembers() Method

Returns an array of the OLAP members for the current field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public IOLAPMember[] GetOLAPMembers()

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