menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class PivotClientToolbarIconSettings

    Inheritance
    System.Object
    EJTagHelper
    PivotClientToolbarIconSettings
    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
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotClientToolbarIconSettings : EJTagHelper

    Constructors

    PivotClientToolbarIconSettings()

    Declaration
    public PivotClientToolbarIconSettings()

    Properties

    EnableAddReport

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

    EnableCalculatedMember

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

    EnableChartTypes

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

    EnableDBManipulation

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

    EnableDeferUpdate

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

    EnableExcelExport

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

    EnableFullScreen

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

    EnableMDXQuery

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

    EnableNewReport

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

    EnablePdfExport

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

    EnableRemoveReport

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

    EnableRenameReport

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

    EnableSortOrFilterColumn

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

    EnableSortOrFilterRow

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

    EnableToggleAxis

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

    EnableWordExport

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