Skip to content

HtmlReportPdfRenderer.GetConverterFor method

Gets the converter to use for the specified report, preferring the WKHtmlToPdf converter when the report is marked with UseWKHtmlToPdfAttribute.

protected virtual IHtmlToPdfConverter GetConverterFor(IReport report, 
    ReportRenderOptions renderOptions)
parameter description
report The report.
renderOptions The render options.

See Also