Class PivotDataSource
Inheritance
System.Object
PivotDataSource
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class PivotDataSource : EJTagHelper
Constructors
PivotDataSource()
Declaration
Properties
Catalog
Declaration
[JsonProperty("catalog")]
public string Catalog { get; set; }
Property Value
Type |
Description |
System.String |
|
Columns
Declaration
[JsonProperty("columns")]
public List<Field> Columns { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Field> |
|
Cube
Declaration
[JsonProperty("cube")]
public string Cube { get; set; }
Property Value
Type |
Description |
System.String |
|
Data
Declaration
[JsonProperty("data")]
public string Data { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableAdvancedFilter
Declaration
[JsonProperty("enableAdvancedFilter")]
public bool EnableAdvancedFilter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Filters
Declaration
[JsonProperty("filters")]
public List<Field> Filters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Field> |
|
Declaration
[JsonProperty("isFormattedValues")]
public bool IsFormattedValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("pagerOptions")]
public PagerOptions PagerOptions { get; set; }
Property Value
ProviderName
Declaration
[JsonProperty("providerName")]
public string ProviderName { get; set; }
Property Value
Type |
Description |
System.String |
|
Rows
Declaration
[JsonProperty("rows")]
public List<Field> Rows { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Field> |
|
SourceInfo
Declaration
[JsonProperty("sourceInfo")]
public string SourceInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
Values
Declaration
[JsonProperty("values")]
public List<Field> Values { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Field> |
|