Skip to main content

PivotGridXmlaDataSource(ICustomFunctionsProvider) Constructor

Initializes a new instance of the PivotGridXmlaDataSource class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

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

Declaration

[Browsable(false)]
public PivotGridXmlaDataSource(
    ICustomFunctionsProvider customFunctions
)

Parameters

Name Type Description
customFunctions DevExpress.PivotGrid.DataCalculation.ICustomFunctionsProvider

An object implementing ICustomFunctionsProvider.

See Also