Jump to content
Changes to the Jaspersoft community edition download ×

dnvsrikanth

Members
  • Posts

    346
  • Joined

  • Last visited

dnvsrikanth's Achievements

Rising Star

Rising Star (9/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Hey darelatlexon, As jawwadfarooq1 said earlier, its better to have compiled report files in your workspace and also if report data is huge Virtualizer. Thanks, DNV Srikanth
  2. Hey norhidayah, you need to keep all the jar files in you classpath. Set those classpath setting in your IDE. Thanks, DNV Srikanth
  3. Hi Chetan, Yes you can pass parameters to the report and customize the report. JasperReports Distribution provides samples in which you caan understand how to get this done. Samples will be available in demo/samples folder of the distribution. DNV Srikanth
  4. Oops! sorry, Set it programmatically as given below: I am using JRHtmlExporter below good luck... Code:htmlexporter.set(JRHTMLExporter.IS_IGNORE_PAGE_MARGINS, BOOLEAN.TRUE);
  5. Hi nirvanb, Use isIgnorePageMargins attribute of JasperReport element, set it to true. DNV Srikanth. Post Edited by dnvsrikanth at 05/20/2010 14:57
  6. Hi me_vsoundar, Create an environment variable pointing to the location of all jasper files and use that environment variable in your application to get the location of the jasper file. DNV Srikath Post Edited by dnvsrikanth at 05/01/2010 05:21
  7. Hi sugita, Have both the headers displayed on the page header section(Overlapped on each other). Pass an appropriate parameter to the report and toggle the header according to the parameter. DNV Srikanth.
  8. hi mahesh, Yes you can use iReport as web based report designer. JasperReports provide a tool called JRViewer to view the reports in an applet. DNV Srikanth.
  9. hi zakaria2105, You need to set the appropriate pattern of the date field. You dont need to know the source code of the calander component. DNV Srikanth.
  10. My dear friend brygrove, We are already using that attribute in the report. Without using anything and knowing, I wont suggest others, anyway you need to be more clear on what you are using ant what you want to accomplish... DNV Srikanth.
  11. Hi, Use styles for this purpose.Refer to the example given in <JasperReports-version>\demo\samples\styledtext Thanks, DNV Srikanth.
  12. Hi brygrove, You can print the group header on every page in a report. Set isReprintHeaderOnEachPage attribute of group element to true Code:isReprintHeaderOnEachPage="true"
  13. I think it be beneficial to upgrade to 1.6 to use the new features that were introduced in Java 1.6. It will provide us a chance to use the new features introduced in jdk 1.6
  14. Hi rajuchacha007, Some examples were provided in the samples provided by JasperForge team which were in <JasperReportsFolder>\demo\samples location. DNV Srikanth.
  15. Hi cooperbry, No need to have counters and all the other stuff. Simply set whenNoDataType attribute to "allSectionsNoDetail" and in the Summary band Have a Text Field that displays "No Data Found" and in its printWhenExpression use the following expression: DNV Srikanth Code:new java.lang.Boolean($V{REPORT_COUNT}.intValue()==0)
×
×
  • Create New...