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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool UseAggregateForSingleFilterValue { get; set; }
Property Value
Type | Description |
---|---|
Boolean | 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 |
|
ASP.NET Web Forms Controls | ASPxPivotGrid |
|
ASP.NET MVC Extensions | PivotGridSettings |
|
See Also