PivotGridXmlaDataSource(ICustomFunctionsProvider) Constructor
Initializes a new instance of the PivotGridXmlaDataSource class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
[Browsable(false)]
public PivotGridXmlaDataSource(
ICustomFunctionsProvider customFunctions
)
Parameters
Name | Type | Description |
---|---|---|
customFunctions | DevExpress.PivotGrid.DataCalculation.ICustomFunctionsProvider | An object implementing ICustomFunctionsProvider. |
See Also