Web API Core | ComponentOne
C1.Web.Api.Report Namespace / ReportController Class / StopInstanceRendering Method
The full path of the report.
The report instance id.

In This Topic
    StopInstanceRendering Method
    In This Topic
    Stops the rendering of the report instance.
    Syntax
    'Declaration
     
    
    <HttpPostAttribute()>
    <PathRouteAttribute("{*reportPath}$instances/{instanceId}/stop")>
    Public Overridable Function StopInstanceRendering( _
       ByVal reportPath As String, _
       ByVal instanceId As String _
    ) As IActionResult
    [HttpPost()]
    [PathRoute("{*reportPath}$instances/{instanceId}/stop")]
    public virtual IActionResult StopInstanceRendering( 
       string reportPath,
       string instanceId
    )

    Parameters

    reportPath
    The full path of the report.
    instanceId
    The report instance id.

    Return Value

    See Also