[]
Gets all report instances created by the specified report.
[HttpGet]
public virtual IActionResult GetInstances(string reportPath)
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| Type | Description |
|---|---|
| IActionResult | An IActionResult type object with content of collection of ReportExecutionInfo type object. |