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

PivotFileDataSource(Stream, ICustomObjectConverter, OptionsLayoutBase) Constructor

Initializes a new instance of the PivotFileDataSource class.

Namespace: DevExpress.Data.PivotGrid

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

Declaration

public PivotFileDataSource(
    Stream stream,
    ICustomObjectConverter customObjectConverter,
    OptionsLayoutBase options
)

Parameters

Name Type Description
stream Stream

A Stream object that represents the stream 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