Class ReportItemExtensionsModule
Class for ReportItemExtensions.
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.ReportDesigner
Assembly: Syncfusion.EJ.dll
Syntax
public class ReportItemExtensionsModule : EJTagHelper
Constructors
ReportItemExtensionsModule()
Declaration
public ReportItemExtensionsModule()
Properties
Category
Gets or sets the category name to create/add category in widgets pane for report item.
Declaration
[JsonProperty("category")]
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the category name as string. |
ClassName
Gets or sets the prototype name of the report item.
Declaration
[JsonProperty("className")]
public string ClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the prototype name as string. |
DisplayName
Gets or sets the name to display in the widgets pane tile.
Declaration
[JsonProperty("displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the name as string. |
ImageClass
Gets or sets the image class name to load image in widgets pane tile.
Declaration
[JsonProperty("imageClass")]
public string ImageClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets css class name as string. |
Name
Gets or sets the name of the custom report item.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the name of the custom report item. |