Class ReportItemData
Model that contains JSON-serialized report definition and an Item string.
Inheritance
System.Object
ReportItemData
Namespace: Telerik.WebReportDesigner.Services.Controllers
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class ReportItemData
Constructors
ReportItemData()
Declaration
public ReportItemData()
Properties
Item
String field. Can be expression, item name, etc.
Declaration
public string Item { get; set; }
Property Value
System.String
|
Report
JSON-serialized report definition.
Declaration
public object Report { get; set; }
Property Value
System.Object
|