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

In This Topic
    ExportInstance Method
    In This Topic
    Exports the report instance with specified instance id into report filter with options.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ExportInstance( _
       ByVal reportPath As String, _
       ByVal instanceId As String, _
       ByVal exportOptions As IDictionary(Of String,String) _
    ) As IActionResult

    Parameters

    reportPath
    The full path of the report.
    instanceId
    The report instance id.
    exportOptions
    The export options.

    Return Value

    An Microsoft.AspNetCore.Mvc.IActionResult type object with content of exported file stream.
    Remarks
    Please ensure the report instance is rendered.
    See Also