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

neha_dhingra

Members
  • Posts

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

Posts posted by neha_dhingra

  1. Hi Friends,

     

    I have a report that displays some textual information and a bar chart related to that information,I need to display the report i.e. chart+textual information in a JSP page.

     

    the textual data is displayed fine but chart is not displayed.

     

    thoughts??

     

    Thanks,

    Neha

  2. Hi Friends,

     

    I've went through the Virtualizer sample and i have read in an article on jasperforge that while generating large reports, data should be retrieved in chunks from the database and JRDataSource interface should be implmented. In the sample provided, only an instance of Virtualizer is made and the parameter JRParameter.REPORT_VIRTUALIZER is set and resultset is passed in fillreport method.

     

    the problem is that when i'am retrieving data in chunks say i'am retrieving 200 rows and then in next iteration i'am retrieving next 200 rows in the same resultset object.so how should i retrieve data from these resultSet since in another iteration the previos resul is overwrited.

     

    Thoughts??

     

    Thanks,

    Neha

  3. Hi friends,

     

    I'am trying to remove a field dynamically from the design defined in jrxml,i've removed the field from design,from the detail band as well but still it gives error:

     

    reportDesign not valid:

     

    Field not found:abc

     

    Thoughts??

     

    Thanks,

    Neha

×
×
  • Create New...