I have TIBCO Jaspersoft® Studio 6.8.0. My report has a background image. When I set page margins to i.e 20mm, it's applied to everything on the page(bands and background). I need to apply the margins to everything on the page except for the background so the background covers all the page including margins and the bands start printing after the page margins. Can this be accomplished?
2 Answers:
Hi,
One way to achieve this is to use a master report without page margins, just for the background and include the actual report into it as a subreport.
The subreport could be placed in the title or summary section of the master report that has whenNoDataType="AllSectionsNoDetail", while it passes all the parameter values to the subreport using something like:
<parametersMapExpression><![CDATA[new HashMap($P{REPORT_PARAMETERS_MAP})]]></parametersMapExpression>
I hope this helps.
Teodor
Implement this Report by using teodord logic.
Here attached sample report. Design by JasperSoft Studio 6.20.0
Thanks teodord
Attachment | Size |
---|---|
![]() | 14.22 KB |
![]() | 5.67 KB |
![]() | 16 KB |
![]() | 3.49 KB |
![]() | 16 KB |
![]() | 3.49 KB |