'Declaration
Protected Overridable Function ExportReport( _ ByVal reportPath As String, _ ByVal exportOptions As IDictionary(Of String,String), _ ByVal exportFileName As String, _ ByVal parameters As IDictionary(Of String,String()), _ ByVal pageSettings As PageSettings _ ) As IActionResult
protected virtual IActionResult ExportReport( string reportPath, IDictionary<string,string> exportOptions, string exportFileName, IDictionary<string,string[]> parameters, PageSettings pageSettings )
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.