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.v20.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

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
Reporting XRPivotGrid
.OptionsOLAP .UseAggregateForSingleFilterValue
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsOLAP .UseAggregateForSingleFilterValue
MVCxPivotGrid
.OptionsOLAP .UseAggregateForSingleFilterValue
PivotGridSettings
.OptionsOLAP .UseAggregateForSingleFilterValue
See Also