PivotGridField.GetOLAPMembersAsync(AsyncCompletedHandler) Method
In This Article
Returns an array of the OLAP members for the current field asynchronously.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
async |
Async |
An Async |
#Remarks
The GetOLAPMembersAsync 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