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.2.Core.dll
Declaration
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 |
|
ASP.NET MVC Extensions | PivotGridSettings |
|
ASP.NET Web Forms Controls | ASPxPivotGrid |
|
Remarks
If the ServerDefinedDrillDownColumns is set to true, the customColumns parameter passed to the CreateDrillDownDataSource methods is ignored.
See Also