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

PivotGridOptionsOLAP Properties

Provides “OLAP mode”-specific options for a PivotGrid control.
Name Description
AllowDuplicatedMeasures For internal use.
AllowTopNDrillDown Gets or sets whether to allow obtaining drill-down data if Top N is applied.
DefaultMemberFields Gets or sets for which filter fields the pivot grid processes only data related to their default members.
FilterByUniqueName Gets or sets whether PivotGridControl should take into account OLAP member values or unique names when filtering data in the OLAP mode.
ModificationCheckInterval
ServerDefinedDrillDownColumns Gets or sets whether or not a server determines which columns are returned when obtaining drill down data.
ShowColumnsWithNoData
ShowRowsWithNoData
SortByCustomFieldValueDisplayText In OLAP, allows you to sort data using the PivotGridControl.FieldValueDisplayText event.
SortUsingDiscoverXmlMetadata
UseAggregateForSingleFilterValue Gets or sets whether to use the Aggregate function in the MDX query, if the filter contains a single value.
UseDefaultMeasure For internal use.
UsePrefilter For internal use.
See Also