Add Page Break to PDF export of Workbench Report

Overview

This page describes how to add a page break to a Workbench report when exporting the report to a PDF. 

Required Role(s)

  • Project management 

Steps

  • Click on the Report Name from the Workspace page

  • Click the HTML tab on the Report editor (see image below)

  • Add the following at the top of the report

<style>
pb {page-break-before: always;}
</style>

  • Add the following where a page break is needed: <pb>&nbsp;</pb>

 

HTML tab in the Report Editor