Table of Contents

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

The following interfaces inherit from ReportBody:

An instance of ReportBody is returned as the value of Body. The interface has no constructor.

See also on MDN

Constructors

ReportBody()

public ReportBody()

Methods

ToJSON()

IMPORTANT
Deprecated
The toJSON() 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.

Remarks