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

PivotGridOptionsOLAP.ServerDefinedDrillDownColumns Property

Gets or sets whether or not a server determines which columns are returned when obtaining drill down data.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

[DefaultValue(false)]
public bool ServerDefinedDrillDownColumns { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to allow a server to determine which columns are returned when obtaining drill down data; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ServerDefinedDrillDownColumns
WinForms Controls PivotGridControl
.OptionsOLAP .ServerDefinedDrillDownColumns
Reporting XRPivotGrid
.OptionsOLAP .ServerDefinedDrillDownColumns
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsOLAP .ServerDefinedDrillDownColumns
PivotGridSettings
.OptionsOLAP .ServerDefinedDrillDownColumns
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsOLAP .ServerDefinedDrillDownColumns

Remarks

If the ServerDefinedDrillDownColumns is set to true, the customColumns parameter passed to the CreateDrillDownDataSource methods is ignored.

See Also