[]
Gets the report in a format compatible with the backend for the specified report identifier.
Stream GetReport(string reportId)
| Type | Name | Description |
|---|---|---|
| string | reportId | A string value indicating the identifier of the report to retrieve. |
| Type | Description |
|---|---|
| Stream | A Stream object containing the report data. |