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

PivotFileDataSource(String, ICustomObjectConverter, OptionsLayoutBase) Constructor

Initializes a new instance of the PivotFileDataSource class.

Namespace: DevExpress.Data.PivotGrid

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

Declaration

public PivotFileDataSource(
    string fileName,
    ICustomObjectConverter customObjectConverter,
    OptionsLayoutBase options
)

Parameters

Name Type Description
fileName String

A String object that specifies the name of the file from which to load data.

customObjectConverter ICustomObjectConverter

An object that implements the ICustomObjectConverter interface, which is a custom serializer.

options OptionsLayoutBase

An OptionsLayoutBase object containing options that specify how a control layout is stored to, and restored from a storage.

See Also