[]
Opens a report.
public Task OpenReport(string reportID, Parameter[] parameters = null)
| Type | Name | Description |
|---|---|---|
| string | reportID | The id of the report. |
| Parameter[] | parameters | An array of parameter values for the report (optional). |
| Type | Description |
|---|---|
| Task | A task that represents the asynchronous operation of opening the report. |