You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A report book that have two parts, the previous movies report and a summary page.
Note that in the case of sub-reports, .jasper files must be provided and referenced in the main report.
Sub-reports .jrxml files are provided here for reference only.
Jasper studio gives the feature to add sub-reports as .jrxml files, and compiles them on the spot. But this is not the normal case in applications, AFAIK, the library doesn't provide this out-of-the-box.
The report server currently doesn't auto compile sub-reports .jrxml files.
parameter JR_force-compile=true directs the server to compile sub-reports to generate .jasper files for them if needed.
To produce high quality reports in Arabic, specially in pdf format we need some tweeks
first we need better fonts, as the fonts provided by jasper doesn't produce arabic text with good quality, and some doesn't support arabic.
Also to show the number in hinid numerals, which are used in the Arabic language we need to use a customer FormatFactory and use some utils for converting numerals in strings
In this test we use open fonts provided by google's Noto family that produces higher quality text, and to handle the numerals we use jasperreports-arabic