PivotFileDataSource(String, ICustomObjectConverter, OptionsLayoutBase) Constructor
Initializes a new instance of the PivotFileDataSource class.
Namespace: DevExpress.Data.PivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
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