Skip to content

DefaultReportRenderer.RenderExternalReport method

Renders an external report, generally returns a ReportRenderResult with a redirect URI.

protected virtual ReportRenderResult RenderExternalReport(IExternalReport report, 
    ReportRenderOptions renderOptions)
parameter description
report The report.
renderOptions The options.

Return Value

The render result.

See Also