birt - Using a Grid Element in a Sub-Table cell causes a page break to be added to PDF export -
currently, report set child table placed in row of parent table. each row of child table has grid element allows me have more control on format of report. there several fields in child report varying field lengths field per column of report won't work. note setting data source of tables, not of grid elements.
this works when rendering html, however, when rendering pdf file page break appears before row containing child page.
things have tried resolve issue with:
- setting page breaks "avoid"
- setting page break interval high
- tested 2.6.2 , 3.7.2. 4.2 not run on machine.
when using column each field in table instead of grid element in single cell, problem goes away undesirable there multiple fields varying field lengths. merging multiple cells make room different lengths work, can become unruly when need change report format.
the size of grid/table not matter - happens when using couple fields data set.
after more experimentation, found out if remove detail rows of parent table before child table row, report created properly. unfortunately need have rows of information ahead of child table not solve issue.
does have solution?
currently, report set child table placed in row of parent table. each row of child table has grid element allows me have more control on format of report. there several fields in child report varying field lengths field per column of report won't work. note setting data source of tables, not of grid elements. this works when rendering html, however, when rendering pdf file page break appears before row containing child page. things have tried resolve issue with:
when using column each field in table instead of grid element in single cell, problem goes away undesirable there multiple fields varying field lengths. merging multiple cells make room different lengths work, can become unruly when need change report format. the size of grid/table not matter - happens when using couple fields data set. after more experimentation, found out if remove detail rows of parent table before child table row, report created properly. unfortunately need have rows of information ahead of child table not solve issue. does have solution? | ||||
|