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

PivotGridOptionsOLAP.UseAggregateForSingleFilterValue Property

Gets or sets whether to use the Aggregate function in the MDX query, if the filter contains a single value.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[DefaultValue(false)]
[XtraSerializableProperty]
public bool UseAggregateForSingleFilterValue { get; set; }

Property Value

Type Default Description
Boolean **false**

true to use the Aggregate function for a single filter value; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UseAggregateForSingleFilterValue
WinForms Controls PivotGridControl
.OptionsOLAP.UseAggregateForSingleFilterValue
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsOLAP.UseAggregateForSingleFilterValue
MVCxPivotGrid
.OptionsOLAP.UseAggregateForSingleFilterValue
PivotGridSettings
.OptionsOLAP.UseAggregateForSingleFilterValue
Reporting XRPivotGrid
.OptionsOLAP.UseAggregateForSingleFilterValue
See Also