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

patil_ajay1982

Members
  • Posts

    10
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by patil_ajay1982

  1. How can i print overflow recods on new page? means supopese i have an arraylist with 12 objects my 5th objects partially print on page1 and partially on pag2. how could i print it on page2. PLease see attached file. i want ID 1122 on next page. Post Edited by patil_ajay1982 at 06/24/2009 12:03
  2. one of my paramater contains Arraylist like below. HashMap m= new Map(); ArrayList temp= new ArrayList (); temp.add("one"); temp.add("two"); m.put("dataSouce " , temp ) how could i populate these value in my report?
  3. Hi, I have created one RTF report using ireport .but when i tried to print it ,it shows me following error. The margin of section 1 are set outside the printable area. Any guess ?
  4. <textField isStretchWithOverflow="true" pattern=""> <reportElement positionType="Float" stretchType="RelativeToBandHeight" x="90" y="30" width="485" height="16"/> <textElement> <font fontName="Arial"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA[$F{title} + $F{date} +$F{summary}]]></textFieldExpression> </textField> i want to make only $F{title} in Bold . isbold=true makes whole text in bold. how could i achieve this?
  5. I want to show bulletes in RTF format. e.g my arraylist contains location india,UK,US i want to show in my report like A .india B. UK C. US
  6. Can You please post the code ? I need to achieve the same.
  7. I have two arryalist. with different data. arraylist1 and arraylist2. i want to show it in single RTF file as below. All records from arryalist 1 then all recods from arraylist2 How could i map both list in single jrxml file. in <details >tag Post Edited by ajay patil at 03/16/09 06:23 Post Edited by ajay patil at 03/16/09 06:24
  8. i am developing jasper report in rtf format, Using ireport. how could i achieve numbering or bulleting in ireport.
×
×
  • Create New...