menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PivotClient

    Inheritance
    System.Object
    CommonControl
    PivotClient
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotClient : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    PivotClient()

    Declaration
    public PivotClient()

    Fields

    Model

    Declaration
    public PivotClientProperties Model
    Field Value
    Type Description
    PivotClientProperties

    Properties

    CalculatedMembers

    Declaration
    public List<PivotClientCalculatedMember> CalculatedMembers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PivotClientCalculatedMember>

    ChartType

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    public PivotChartType ChartType { get; set; }
    Property Value
    Type Description
    PivotChartType

    ClientExportMode

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    public ClientExportMode ClientExportMode { get; set; }
    Property Value
    Type Description
    ClientExportMode

    ClientSideEvents

    Declaration
    public PivotClientClientSideEvents ClientSideEvents { get; set; }
    Property Value
    Type Description
    PivotClientClientSideEvents

    CollapseCubeBrowserByDefault

    Declaration
    public bool CollapseCubeBrowserByDefault { get; set; }
    Property Value
    Type Description
    System.Boolean

    CssClass

    Declaration
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    CustomObject

    Declaration
    public Dictionary<string, object> CustomObject { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    DataSource

    Declaration
    public PivotDataSource DataSource { get; set; }
    Property Value
    Type Description
    PivotDataSource

    DisplaySettings

    Declaration
    public PivotClientDisplayOptions DisplaySettings { get; set; }
    Property Value
    Type Description
    PivotClientDisplayOptions

    EnableAdvancedFilter

    Declaration
    public bool EnableAdvancedFilter { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellClick

    Declaration
    public bool EnableCellClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellContext

    Declaration
    public bool EnableCellContext { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellDoubleClick

    Declaration
    public bool EnableCellDoubleClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellEditing

    Declaration
    public bool EnableCellEditing { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellSelection

    Declaration
    public bool EnableCellSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCheckStateOnSearch

    Declaration
    public bool EnableCheckStateOnSearch { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableColumnHeaderHyperlink

    Declaration
    public bool EnableColumnHeaderHyperlink { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCompleteDataExport

    Declaration
    public bool EnableCompleteDataExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableDefaultValue

    Declaration
    public bool EnableDefaultValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableDeferUpdate

    Declaration
    public bool EnableDeferUpdate { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableDrillThrough

    Declaration
    public bool EnableDrillThrough { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableKPI

    Declaration
    public bool EnableKPI { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableLocalStorage

    Declaration
    public bool EnableLocalStorage { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMeasureGroups

    Declaration
    public bool EnableMeasureGroups { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMemberEditorPaging

    Declaration
    public bool EnableMemberEditorPaging { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMemberEditorSorting

    Declaration
    public bool EnableMemberEditorSorting { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePaging

    Declaration
    public bool EnablePaging { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePivotTreeMap

    Declaration
    public bool EnablePivotTreeMap { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRowHeaderHyperlink

    Declaration
    public bool EnableRowHeaderHyperlink { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRTL

    Declaration
    public bool EnableRTL { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSplitter

    Declaration
    public bool EnableSplitter { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSummaryCellHyperlink

    Declaration
    public bool EnableSummaryCellHyperlink { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableToolBar

    Declaration
    public bool EnableToolBar { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableValueCellHyperlink

    Declaration
    public bool EnableValueCellHyperlink { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableVirtualScrolling

    Declaration
    public bool EnableVirtualScrolling { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableXHRCredentials

    Declaration
    public bool EnableXHRCredentials { get; set; }
    Property Value
    Type Description
    System.Boolean

    GridLayout

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    public PivotGridLayout GridLayout { get; set; }
    Property Value
    Type Description
    PivotGridLayout

    IsResponsive

    Declaration
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    Locale

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    MaxNodeLimitInMemberEditor

    Declaration
    public int MaxNodeLimitInMemberEditor { get; set; }
    Property Value
    Type Description
    System.Int32

    MemberEditorPageSize

    Declaration
    public int MemberEditorPageSize { get; set; }
    Property Value
    Type Description
    System.Int32

    ServiceMethodSettings

    Declaration
    public PivotClientServiceMethods ServiceMethodSettings { get; set; }
    Property Value
    Type Description
    PivotClientServiceMethods

    ShowReportCollection

    Declaration
    public bool ShowReportCollection { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowUniqueNameOnPivotButton

    Declaration
    public bool ShowUniqueNameOnPivotButton { get; set; }
    Property Value
    Type Description
    System.Boolean

    Size

    Declaration
    public PivotClientSize Size { get; set; }
    Property Value
    Type Description
    PivotClientSize

    SortCubeMeasures

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    public SortOrder SortCubeMeasures { get; set; }
    Property Value
    Type Description
    SortOrder

    SubTotalSettings

    Declaration
    public List<SubTotalSettings> SubTotalSettings { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<SubTotalSettings>

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    ToolbarIconSettings

    Declaration
    public PivotClientToolbarIconSettings ToolbarIconSettings { get; set; }
    Property Value
    Type Description
    PivotClientToolbarIconSettings

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    ValueSortSettings

    Declaration
    public PivotClientValueSortSettings ValueSortSettings { get; set; }
    Property Value
    Type Description
    PivotClientValueSortSettings

    Methods

    DependentScripts()

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    GetDependentFiles()

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonControl.GetDependentFiles()

    LoadViewState(Object)

    Declaration
    protected override void LoadViewState(object state)
    Parameters
    Type Name Description
    System.Object state
    Overrides
    CommonControl.LoadViewState(Object)

    OnInit(EventArgs)

    Declaration
    protected override void OnInit(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnInit(EventArgs)

    OnLoad(EventArgs)

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnLoad(EventArgs)

    OnPreRender(EventArgs)

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    PostBackEventHandler(String, Dictionary<String, Object>)

    Declaration
    public override void PostBackEventHandler(string EventName, Dictionary<string, object> args)
    Parameters
    Type Name Description
    System.String EventName
    System.Collections.Generic.Dictionary<System.String, System.Object> args
    Overrides
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)

    Render()

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonControl.Render(HtmlTextWriter)

    SaveViewState()

    Declaration
    protected override object SaveViewState()
    Returns
    Type Description
    System.Object

    UpdateServerModel(Dictionary<String, Object>)

    Declaration
    public override void UpdateServerModel(Dictionary<string, object> ClientModel)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> ClientModel
    Overrides
    CommonControl.UpdateServerModel(Dictionary<String, Object>)

    Events

    CellClick

    Declaration
    public event PivotClient.PivotClientEventHandler CellClick
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    CellContext

    Declaration
    public event PivotClient.PivotClientEventHandler CellContext
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    CellDoubleClick

    Declaration
    public event PivotClient.PivotClientEventHandler CellDoubleClick
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    CellEdit

    Declaration
    public event PivotClient.PivotClientEventHandler CellEdit
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    CellSelection

    Declaration
    public event PivotClient.PivotClientEventHandler CellSelection
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    ChartDrillSuccess

    Declaration
    public event PivotClient.PivotClientEventHandler ChartDrillSuccess
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    ColumnHeaderHyperlinkClick

    Declaration
    public event PivotClient.PivotClientEventHandler ColumnHeaderHyperlinkClick
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    DrillThrough

    Declaration
    public event PivotClient.PivotClientEventHandler DrillThrough
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    GridDrillSuccess

    Declaration
    public event PivotClient.PivotClientEventHandler GridDrillSuccess
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    PointRegionClick

    Declaration
    public event PivotClient.PivotClientEventHandler PointRegionClick
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    RowHeaderHyperlinkClick

    Declaration
    public event PivotClient.PivotClientEventHandler RowHeaderHyperlinkClick
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    ServerExporting

    Declaration
    public event PivotClient.PivotClientEventHandler ServerExporting
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    SummaryCellHyperlinkClick

    Declaration
    public event PivotClient.PivotClientEventHandler SummaryCellHyperlinkClick
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    TreeMapDrillSuccess

    Declaration
    public event PivotClient.PivotClientEventHandler TreeMapDrillSuccess
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    ValueCellHyperlinkClick

    Declaration
    public event PivotClient.PivotClientEventHandler ValueCellHyperlinkClick
    Event Type
    Type Description
    PivotClient.PivotClientEventHandler

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved