Skip to main content

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

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

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
ASP.NET MVC Extensions 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