Skip to main content
A newer version of this page is available. .

PivotGridFieldBase.GetOLAPMembers() Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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