I have a requirement that in my .jrxml there is one big Text field, and it will run into pages. I am sending a big String with all the Java line feed"\n" and Form feed "\f" strings placed in between appropriately.
The Jasper Reports is not interpreting the "\f" where Page Break should happen. If I write that big String to a xyz.txt file and open the xyz.txt in MS-Word, it correctly interprets the "\f" and does a page break.
Please tell me what is that is wrong with my .jrxml and what is that I am missing here.
Attachments:
ForForums.zip
Recommended Comments