'Declaration
Protected Overridable Function ExportInstance( _ ByVal reportPath As String, _ ByVal instanceId As String, _ ByVal exportOptions As IDictionary(Of String,String) _ ) As IActionResult
protected virtual IActionResult ExportInstance( string reportPath, string instanceId, IDictionary<string,string> exportOptions )
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.