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

IOLAPMember.AutoPopulatedProperties Property

Gets the auto populated OLAP member properties.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

OLAPMemberProperties AutoPopulatedProperties { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.OLAPMemberProperties

A DevExpress.XtraPivotGrid.OLAPMemberProperties collection that contains properties of the OLAP member.

Remarks

In OLAP mode, when you get the IOLAPMember.Properties property, the PivotGridControl sends a query to server every time for each member. While sorting data using the CustomServerModeSort event, you can use the PivotGridFieldBase.AutoPopulatedProperties to specify the list of OLAP member properties, which should be returned with a data query from the server. Create a new collection of OLAP member attributes using the PivotGridFieldBase.AutoPopulatedProperties property to improve performance.

To get the OLAP member property values, use the AutoPopulatedProperties property.

See Also