Enum DataSourceType
Allows to define the data source type. They are, JSON: Defines JSON type of data source. CSV: Defines CSV or string[][] type of data source.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum DataSourceType
Fields
Name | Description |
---|---|
CSV | CSV: Defines CSV or string[][] type of data source. |
JSON | JSON: Defines JSON type of data source. |