PivotCellBaseEventArgs.CreateOlapDrillDownDataSource(List<String>) Method
OBSOLETE
The Create
In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
[Obsolete("The CreateOLAPDrillDownDataSource method is obsolete now. Use the CreateDrillDownDataSource method instead.")]
public PivotDrillDownDataSource CreateOlapDrillDownDataSource(
List<string> customColumns
)
#Parameters
Name | Type | Description |
---|---|---|
custom |
List<String> | A list of columns to be returned. |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
Note
For MS SQL Server Analysis Services 2000, the custom
Note
A note for MS SQL Server Analysis Services 2005 and 2008. If the custom
Note
If a filter is applied to a field, then that filter is taken into account if the corresponding drill-down column was returned from the server by the Create
Note
The Create
Note
If multiple filter items are selected in a Filter Field, the drill-down data source cannot be created due to an MS SQL Server Analysis Services limitation. In this instance, the Create