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

aleena

Members
  • Posts

    7
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Everything posted by aleena

  1. Helolooo... "Table of Contents" sample mention one sub report and a scriptlet ... http://jasperforge.org/uploads/publish/jasperreportswebsite/JR%20Website/samples/TableOfContentsReport.jrxml Do anybody have that sccriptlet and subreport or can I get these two items ? Many Thanks
  2. Hi All, I have more than 50 subreports . What I did is 1.subReport.jasper is placed on the master report summary section. In the master report i am displaying page numbers using $V{PAGE_NUMBER} in the page footer band. 2. SubReport.jasper contains all my 50 subreports. When I execute this report all the subreports are displaying correctly and and page numbers are also getting correctly. I want to display the page number of all the subreports in the first page(like table of contents)(we cant predict the size of each sub report) . My plan was to return the page number from subreport back to the main . But the page number variable gives 1 in the subreport instead of the exact page number Any idea.. or any other way to do my requirement ...
  3. Hi All, I am struggling with one problem I am passing an array list from my JSP page through parameters using the following parameterMap.put("portLocations",new JRBeanCollectionDataSource(portfolioLocations)); Then I am filling my jasper like jasperPrint = JasperFillManager.fillReport(url, parameterMap, conn); In the Jasper report I am setting parameter portLocations as net.sf.jasperreports.engine.data.JRBeanCollectionDataSource (parameter class type) Then I set DATAàReport Queryà Java Bean DataSource with by class name and the fields got displayed correctly. I selected the required fields and displayed it on the report. But when I execute this report I am not getting any data I am getting a blank page. Array list has values and I got it correctly at JSP.. Please help me to solve this issue… I think I miss something in between Thanks Aleena
  4. Hello, Can anyone help me with how to create “Table of Contents” in IReport?. I got the following thread from forum but I couldn’t find out the specified example. http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=6992 Please help me Thanks
  5. Hello, I am facing a problem with styled text. My requirement is” I want to display a part of the text as bold “ For e.g. Heavy rain today I am using styled text and enclosed rain with <b> </b> tag. My source is <textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" hyperlinkTarget="Self" > <reportElement x="44" y="23" width="307" height="17" key="textField-1"/> <box topBorder="None" topBorderColor="#000000" leftBorder="None" leftBorderColor="#000000" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/> <textElement isStyledText="true"> <font fontName="Arial" pdfFontName="Helvetica" size="10" isBold="false"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA["Heavy <b>rain </b> today"]]></textFieldExpression> </textField> When I execute this report with HTML preview I am getting the result as expected “. Heavy rain today ” but when I execute this report with PDF preview I am not getting the bold text and I am getting .” Heavy rain today “. I want to generate PDF as output. So how can I display part of the text as bold in PDF Please help me….
×
×
  • Create New...