Skip to main content

PivotFileDataSource Constructors

The pivot grid control’s data, loaded from a file or stream.
Name Parameters Description
PivotFileDataSource() none Initializes a new instance of the PivotFileDataSource class.
PivotFileDataSource(ICustomObjectConverter) customObjectConverter Initializes a new instance of the PivotFileDataSource class.
PivotFileDataSource(Stream, OptionsLayoutBase) stream, options Initializes a new instance of the PivotFileDataSource class.
PivotFileDataSource(Stream, ICustomObjectConverter, OptionsLayoutBase) stream, customObjectConverter, options Initializes a new instance of the PivotFileDataSource class.
PivotFileDataSource(Stream, ICustomObjectConverter) stream, customObjectConverter Initializes a new instance of the PivotFileDataSource class, and loads pivot grid data from the specified stream.
PivotFileDataSource(Stream) stream Initializes a new instance of the PivotFileDataSource class, and loads pivot grid data from the specified stream.
PivotFileDataSource(String, OptionsLayoutBase) fileName, options Initializes a new instance of the PivotFileDataSource class.
PivotFileDataSource(String, ICustomObjectConverter, OptionsLayoutBase) fileName, customObjectConverter, options Initializes a new instance of the PivotFileDataSource class.
PivotFileDataSource(String, ICustomObjectConverter) fileName, customObjectConverter Initializes a new instance of the PivotFileDataSource class, and loads pivot grid data from the specified file.
PivotFileDataSource(String) fileName Initializes a new instance of the PivotFileDataSource class, and loads pivot grid data from the specified file.
See Also