Skip to main content

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?

birt - using grid element in sub-table cell causes page break added pdf export - stack overflow

learn, share, build

each month, on 50 million developers come stack overflow learn, share knowledge, , build careers.

join world’s largest developer community.

sign up

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?

share|improve question

your answer

 
discard

posting answer, agree privacy policy , terms of service.

browse other questions tagged or ask own question.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -