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

PivotFileDataSource() Constructor

Initializes a new instance of the PivotFileDataSource class.

Namespace: DevExpress.Data.PivotGrid

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

Declaration

public PivotFileDataSource()

Remarks

This overload creates an empty data source. Use other overloads to initialize the PivotFileDataSource instance with pivot grid data loaded from a file or stream.

See Also