Class ProviderType
Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. The following options are: Relational - Allows to render the pivot table with JSON data collection either fetch at local or remote server. SSAS - Allows to render the pivot table with OLAP data fetch from OLAP cube.
Inheritance
System.Object
ProviderType
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ProviderType : Enum
Fields
Relational
Declaration
public const ProviderType Relational
Field Value
Type | Description |
---|---|
ProviderType |
SSAS
Declaration
public const ProviderType SSAS
Field Value
Type | Description |
---|---|
ProviderType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |