Class ReportBody
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The ReportBody interface of the 'Reporting API' represents the body of a report. Individual report types inherit from this interface, adding specific attributes relevant to the particular report.
[Value("ReportBody")]
public class ReportBody
- Inheritance
-
ReportBody
- Derived
- Inherited Members
Remarks
Constructors
ReportBody()
public ReportBody()
Methods
ToJSON()
IMPORTANT
DeprecatedtoJSON() method of the ReportBody interface is a serializer, and returns a JSON representation of the ReportBody object.
[Value("toJSON")]
public Object ToJSON()
Returns
- Object
A JSON object that is the serialization of the ReportBody object.