Inserting pagebreaks on html page
Inserting pagebreaks on html page
(OP)
I have created a report with multiple graphs. When i try to print it the graphs and headings don't fall on the same page. I am trying to insert pagebreaks but am unable to do this. Is there a way around this?
RE: Inserting pagebreaks on html page
SET HTMLCSS=ON
SET STYLEMODE=PAGED
then you'll get a page-break at the top of each page of output.