I would like to create one text field that contains Page X of Y
, without splitting it in two parts, as per the common solution. My textfield contains \"Pa
If you want to see page no like Page 1 of 5
on right side of the report footer use ireport or jasper report Palette Tools(Page X of Y) is perfect.
If you want to see page no like Page 1 of 5
on left side of the report footer use ireport.
Please follow below steps
Please take a TextField
"Page "+$V{V_CURRENT_PAGE_NUMBER}+" of "+ $V{PAGE_NUMBER}