Class CustomExportItem
Class for CustomExportItem.
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.Models.ReportViewer
Assembly: Syncfusion.EJ.dll
Syntax
public class CustomExportItem : EJTagHelper
Constructors
CustomExportItem()
Declaration
public CustomExportItem()
Properties
CssClass
Gets or sets the css class of the custom export item.
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The custom item css class. |
Index
Gets or sets the index of the custom export item.
Declaration
[JsonProperty("index")]
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The custom item index. |
Value
Gets or sets the value of the custom export item.
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The custom item value |