menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotDataSource

    Show / Hide Table of Contents

    Class PivotDataSource

    Inheritance
    System.Object
    EJTagHelper
    PivotDataSource
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotDataSource : EJTagHelper

    Constructors

    PivotDataSource()

    Declaration
    public PivotDataSource()

    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>

    IsFormattedValues

    Declaration
    [JsonProperty("isFormattedValues")]
    public bool IsFormattedValues { get; set; }
    Property Value
    Type Description
    System.Boolean

    PagerOptions

    Declaration
    [JsonProperty("pagerOptions")]
    public PagerOptions PagerOptions { get; set; }
    Property Value
    Type Description
    PagerOptions

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved