Skip to main content
A newer version of this page is available. .

PivotGridXmlaDataSource(ICustomFunctionsProvider) Constructor

Initializes a new instance of the PivotGridXmlaDataSource class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

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

Parameters

Name Type Description
customFunctions DevExpress.PivotGrid.DataCalculation.ICustomFunctionsProvider

An object implementing ICustomFunctionsProvider.

See Also