[]
Stops the rendering of the report instance.
[HttpPost]
public virtual IActionResult StopInstanceRendering(string reportPath, string instanceId)
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| string | instanceId | The report instance id. |
| Type | Description |
|---|---|
| IActionResult | An IActionResult type object with content of ReportStatus type object. |