[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.StopInstanceRendering

StopInstanceRendering Method

StopInstanceRendering(string, string)

Stops the rendering of the report instance.

Declaration
[HttpPost]
public virtual IActionResult StopInstanceRendering(string reportPath, string instanceId)
<HttpPost>
Public Overridable Function StopInstanceRendering(reportPath As String, instanceId As String) As IActionResult
Parameters
Type Name Description
string reportPath

The full path of the report.

string instanceId

The report instance id.

Returns
Type Description
IActionResult

An IActionResult type object with content of ReportStatus type object.