HTMLDocument

Contains the elements necessary for rendering the report in HTML.

Properties

ReportId

The Id of the report.

ReportTitle

The title of the report.

ActivePageId

The id of the page that is being viewed in HTML.

Body

The HTML body of the report.

Pages

A list of ReportPage objects, containing PageIds and Titles.

Charts

A list of ReportChart objects, containing chart SVG and titles.

Options

A list of ReportOption objects containing the options to be displayed for the page.

Methods

ToJson

Writes the Html Document out to a JSON string which can be parsed and rendered by Moxy.js.  The json will include the report HTML, options, page information and SVG charts.


Click to see Comments

Help comments powered by Disqus