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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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 |
|
ASP.NET Web Forms Controls | ASPxPivotGrid |
|
ASP.NET MVC Extensions | PivotGridSettings |
|
Remarks
If the ServerDefinedDrillDownColumns is set to true, the customColumns parameter passed to the CreateDrillDownDataSource methods is ignored.
See Also