Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
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 MVC Extensions PivotGridSettings
.OptionsOLAP .UseAggregateForSingleFilterValue
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsOLAP .UseAggregateForSingleFilterValue
See Also