datatable - Refuse page break in BIRT -
i'm designing report can have 1 or n elements in datatable. if report has 1 element, won't have page break. if report has more 1 element, want after every element page break. got variable (true or false) asl in condition if there more elements. i'm using eclipse birt version 4.3.1
thanks in advance
if have footer row or that, can add following oncreate script row:
if(vars["trueorfalsevariable"] == true){ this.getstyle().pagebreakafter = "always"; }
and, of course, else
if want force no-page-break (but should work automagically if element small enough).
Comments
Post a Comment