[]
Gets the info of the report instance with the specified instance id.
[HttpGet]
public virtual IActionResult GetInstanceById(string reportPath, string instanceId)
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| string | instanceId | The id of the instance. |
| Type | Description |
|---|---|
| IActionResult | An IActionResult type object with content of ReportExecutionInfo type object. |