Skip to content

Force a page break when rendering to PDF (JavaScript)

report.api.bind("pdf:before", function() {
  report.api.find("#R10").css("page-break-before", "always")
})
Back to top