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

lshiva56

Members
  • Posts

    5
  • 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 lshiva56

  1. try to post some code.. it will be very helpfull..... Thanks
  2. You just mail to teotard the developer of jasper reports regarding this issue.. He will explain you the things clearly.. You can get his mail id in the start of the forum... Bye Post Edited by lshiva56 at 11/17/2009 08:57
  3. HI guys, I found the solution.. the thing is to use Dummy group and groupFooter. Then everything is fine.... Attaching a sample code.. Thanks Siva.L Code: <group name="g3"> <groupExpression><![CDATA[boolean.TRUE]]></groupExpression> <groupFooter> <band height="15"> <textField> <reportElement x="0" y="0" width="200" height="15" /> <textElement /> <textFieldExpression class="java.lang.String"> <![CDATA[string.valueOf($P{address})]]> </textFieldExpression> </textField> </band> </groupFooter> </group>
  4. Hi, I have done the same thing right now that is using summary. The problem is i need the pageHeader information to be added the Last page for that if i use columnFooter it will be better. I am aware that JR3.6.1 has the attribute called isSummaryWithPageheaderandFooter i used that also but no proper output. Bcoz we are using DynamicJasper in that they are using JR3.5.2 version.So now we are unable to migrate.. to JR3.6.1 Any Ideas regarding this.. Thanks Siva.L
  5. Hi Jasper Specialists, I am trying to print the Total in the last page using columnFooter.But the Total is printed in every page after the detail section.I need,ColumnFooter to be enabled only in the lastpage of the report. Especially the expression that works in printWhenExpression. Guys can any one help to find this solution.. I am breaking my head for more than 2 weeks. Hoping for the replying ahead. Thanks SIVA.L
×
×
  • Create New...