- Where Developers Learn, Share, & Build Careers
I am using iReport version 4.0.1. I am facing a problem in which I want to display some information which should come only on page 2. Therefore, it is neither a footer nor end-page footer. I am using iReport to create jrxml files and the design looks something like the bottom {HEADER} {lots of band} Thanks "Print the expression" and then you try to use the property You can use a variable named PAGE_COUNT already in your iReport and it will be printed only when this expression is correct.
{extension-band-1} comments: My first page ends up to this point
{DETAIL-BAND-2} Comments: This is coming from a sub-report
{DETAIL-BAND-3} Note: This coming from a sub-report - Some random empty places have left.
{DETAIL-BAND-4} Note: This is where my 2 page page needs to come.
{main report-refinement} < P> Therefore, I need a footer (in fact it is not a footer, in some detail it is necessary to come to the second page of the generated generic PDF) that can be determined according to the top of the page in which it Is printed. Is there a way to do that?
Comments
Post a Comment