Jump to content

patil_ajay1982

Members
  • Posts

    10
  • 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

Posts 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. 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 ?

     

     

  3. <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?

  4. 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
×
×
  • Create New...