Web API Core | ComponentOne
C1.Web.Api.Report Namespace / ReportController Class / ExportReport Method
The full path of the report.
The export options.
The optional exported file name.
The optional parameters for rendering.
The optional page settings for rendering.

In This Topic
    ExportReport Method
    In This Topic
    Exports the specified report to the specified export filter with options and the specified page settings or/and parameters.
    Syntax

    Parameters

    reportPath
    The full path of the report.
    exportOptions
    The export options.
    exportFileName
    The optional exported file name.
    parameters
    The optional parameters for rendering.
    pageSettings
    The optional page settings for rendering.

    Return Value

    An Microsoft.AspNetCore.Mvc.IActionResult type object with content of exported file stream.
    See Also