Class PivotClientToolbarIconSettings
Inheritance
System.Object
PivotClientToolbarIconSettings
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
public class PivotClientToolbarIconSettings : EJTagHelper
Constructors
Declaration
public PivotClientToolbarIconSettings()
Properties
Declaration
[JsonProperty("enableAddReport")]
public bool EnableAddReport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableCalculatedMember")]
public bool EnableCalculatedMember { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableChartTypes")]
public bool EnableChartTypes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableDBManipulation")]
public bool EnableDBManipulation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableDeferUpdate")]
public bool EnableDeferUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableExcelExport")]
public bool EnableExcelExport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableFullScreen")]
public bool EnableFullScreen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableMDXQuery")]
public bool EnableMDXQuery { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableNewReport")]
public bool EnableNewReport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enablePdfExport")]
public bool EnablePdfExport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableRemoveReport")]
public bool EnableRemoveReport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableRenameReport")]
public bool EnableRenameReport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableSortOrFilterColumn")]
public bool EnableSortOrFilterColumn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableSortOrFilterRow")]
public bool EnableSortOrFilterRow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableToggleAxis")]
public bool EnableToggleAxis { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableWordExport")]
public bool EnableWordExport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|