Class ReportItemDefinitionData
Model that contains JSON-serialized report item definition and an item name string.
Inheritance
System.Object
ReportItemDefinitionData
Namespace: Telerik.WebReportDesigner.Services.Controllers
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class ReportItemDefinitionData
Constructors
ReportItemDefinitionData()
Declaration
public ReportItemDefinitionData()
Properties
Item
JSON-serialized report item definition.
Declaration
public object Item { get; set; }
Property Value
System.Object
|
ItemName
String field with the name of the item.
Declaration
public string ItemName { get; set; }
Property Value
System.String
|