Skip to content

HtmlReportPdfRenderer.ForwardCookies method

Forwards the cookies from the render URL to the converter options.

protected virtual void ForwardCookies(IReport report, ReportRenderOptions renderOptions, 
    IHtmlToPdfOptions converterOptions, HtmlReportRenderUrl renderUrl)
parameter description
report The report.
renderOptions The render options.
converterOptions The converter options.
renderUrl The render URL.

See Also