Community
Participate
Working Groups
Created attachment 192628 [details] Report design Table that overflows master page dimension horizontally isn't scaled correctly when using PDF export with "Fit to whole page" -option if element isn't in the report body. E.g. I have created report that contains grid in the root. Grid contains a table that columns are sized so that it overflows the master page horizontally (page size is portrait A4). I also added another table in the report root with same characteristics as the table in the grid. While editing the report overflown parts can be seen (see attachment part A). When report is opened in the Birt Viewer it is shown as expected. After initiating PDF export with option "Auto" overflown parts are clipped from both tables (see attachment part B). If "Fit to whole page" option is selected instead then the root table is scaled correctly while the table inside grid gets scaled but also clipped from position where it would be clipped with option "Auto" (see attachment part C). If root table is removed then "Fit to whole page" -option does no scaling at all. I noticed this with Birt Viewer and haven't tried it with direct pdf export. I'd expect that same thing happens with that therefore I assigned this as ReportEngine bug.
Created attachment 192629 [details] Report template
"Fit to whole page" only support on elements on top level. Nested element is not supported. it's by design.
(In reply to comment #2) > "Fit to whole page" only support on elements on top level. Nested element is > not supported. it's by design. Lesson learnt. Ask first from community before reporting bugs :)