HtmlReportPdfRenderer.GetConverterFor method

namespace: Serenity.Reporting   assemblySerenity.Extensions

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