Jump to content
We've recently updated our Privacy Statement, available here ×

jummy-qa

Members
  • Posts

    7
  • Joined

  • Last visited

jummy-qa's Achievements

  1. <columnHeader> <band height="54"> <subreport> <reportElement x="-11" y="2" width="467" height="52" uuid="6f596a36-1e4c-4533-92bc-a46ded43f489"/> <subreportParameter name="stuNumP"> <subreportParameterExpression><![CDATA[$F{STU_NUM}]]></subreportParameterExpression> </subreportParameter> <subreportParameter name="pageNumber"> <subreportParameterExpression><![CDATA[$V{PAGE_NUMBER}]]></subreportParameterExpression> </subreportParameter> <connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression> <subreportExpression><![CDATA["Stu_info.jasper"]]></subreportExpression> </subreport> </band> </columnHeader> the page PAGE_NUMBER here will be show in in the Stu_info as the page number i aslo want to show the total master report pages in it ex 1/ 3 the 3 is the total of how many pages i have
  2. Do you know how can I pass the total pages number from master to sub report in JASPERREPORTS? I have master report that in the Colum header have sub report that I want to show the total pages number of the master how can I do it?
  3. It worked when I used the correct font, cause I notice there is sth wrong with the font. Thank you
  4. can you explain how you solve it? do i need to create a new jasperreports_extension.properties file in web-inf or edit the one in the font jar? net.sf.jasperreports.extension.registry.factory.font=net.sf.jasperreports.engine.fonts.SimpleFontExtensionsRegistryFactory this will be like the above or equal the path of the tff font file?
  5. I have a problem when calling a jasper report from my servlet as pdf the Arabic text is not stretching and cut the text even though I'm using text adjust: StretchHeight (with English it works). I also added in the jasperreports.properties ile these net.sf.jasperreports.default.pdf.encoding=Identity-H net.sf.jasperreports.default.pdf.embedded=true
×
×
  • Create New...