Skip to main content
1-Visitor
January 29, 2015
Question

Page Break in Report

  • January 29, 2015
  • 1 reply
  • 1356 views

Does anyone know how I can insert a page break into a Report?

I created a report using the "Basic - HTML, Column, One Grouping Totals" template. I want to prevent the groups from breaking onto another page because some of the data does not display or gets cut off.

Thank you,

Dan

    1 reply

    16-Pearl
    January 29, 2015

    Hello Dan,

    The closest I've heard to something like this was solved before with the use of CSS notation in the report recipe to break on sections. Something similar to <tr style="page-break-after: always">.

    Hope That Helps,

    Kael

    DanR.1-VisitorAuthor
    1-Visitor
    January 30, 2015

    Kael,

    I was looking at the style sheets and had a feeling that would be what I need to change. I will give that a try and let you know.

    Thank you,

    Dan