menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PivotClientServiceMethods

    Inheritance
    System.Object
    PivotClientServiceMethods
    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()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotClientServiceMethods

    Constructors

    PivotClientServiceMethods()

    Declaration
    public PivotClientServiceMethods()

    Properties

    CubeChanged

    Declaration
    [JsonProperty("cubeChanged")]
    public string CubeChanged { get; set; }
    Property Value
    Type Description
    System.String

    Export

    Declaration
    [JsonProperty("exportPivotClient")]
    public string Export { get; set; }
    Property Value
    Type Description
    System.String

    FetchMemberTreeNodes

    Declaration
    [JsonProperty("fetchMemberTreeNodes")]
    public string FetchMemberTreeNodes { get; set; }
    Property Value
    Type Description
    System.String

    FetchReportList

    Declaration
    [JsonProperty("fetchReportList")]
    public string FetchReportList { get; set; }
    Property Value
    Type Description
    System.String

    FilterElement

    Declaration
    [JsonProperty("filterElement")]
    public string FilterElement { get; set; }
    Property Value
    Type Description
    System.String

    GetMDXQuery

    Declaration
    [JsonProperty("mdxQuery")]
    public string GetMDXQuery { get; set; }
    Property Value
    Type Description
    System.String

    Initialize

    Declaration
    [JsonProperty("initialize")]
    public string Initialize { get; set; }
    Property Value
    Type Description
    System.String

    LoadReport

    Declaration
    [JsonProperty("loadReport")]
    public string LoadReport { get; set; }
    Property Value
    Type Description
    System.String

    MeasureGroupChanged

    Declaration
    [JsonProperty("measureGroupChanged")]
    public string MeasureGroupChanged { get; set; }
    Property Value
    Type Description
    System.String

    MemberExpand

    Declaration
    [JsonProperty("memberExpand")]
    public string MemberExpand { get; set; }
    Property Value
    Type Description
    System.String

    NodeDropped

    Declaration
    [JsonProperty("nodeDropped")]
    public string NodeDropped { get; set; }
    Property Value
    Type Description
    System.String

    RemoveDBReport

    Declaration
    [JsonProperty("removeDBReport")]
    public string RemoveDBReport { get; set; }
    Property Value
    Type Description
    System.String

    RemoveSplitButton

    Declaration
    [JsonProperty("removeSplitButton")]
    public string RemoveSplitButton { get; set; }
    Property Value
    Type Description
    System.String

    RenameDBReport

    Declaration
    [JsonProperty("renameDBReport")]
    public string RenameDBReport { get; set; }
    Property Value
    Type Description
    System.String

    SaveReport

    Declaration
    [JsonProperty("saveReport")]
    public string SaveReport { get; set; }
    Property Value
    Type Description
    System.String

    ToggleAxis

    Declaration
    [JsonProperty("toggleAxis")]
    public string ToggleAxis { get; set; }
    Property Value
    Type Description
    System.String

    ToolbarServices

    Declaration
    [JsonProperty("toolbarServices")]
    public string ToolbarServices { get; set; }
    Property Value
    Type Description
    System.String

    UpdateReport

    Declaration
    [JsonProperty("updateReport")]
    public string UpdateReport { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved