[]
Gets the report object. Note: backend can call this method many times, so cqaching may be required. Suggested to use
object GetReport(string reportId)
| Type | Name | Description |
|---|---|---|
| string | reportId | A string value indicating the identifier of the report to retrieve. |
| Type | Description |
|---|---|
| object | A report or document object: PageReport, ReportSnapshot, SectionReport or SectionDocument. |