Jump to content
Changes to the Jaspersoft community edition download ×

abc.hegde

Members
  • Posts

    25
  • Joined

  • Last visited

Community Answers

  1. abc.hegde's post in Details->Blank page->Details->Blank page was marked as the answer   
    There is one more way to achieve this, not sure it is an ideal way but i think it works.
    Just create your actaul template, without having any logic to get a blank page
    Create one more template for a blank page.
    Get the Jasper Print object by filling the actual template.
    Get the jasper print objetc of the blank page.
    Now get the number of pages in the actual jasper print object  (using jasperPrint.getPages().size()) and then at each even index add the blank page object (using jasperPrint.addPage(index, page))
    Then export your actual print object.
    Regards,
    Ashwath Hegde
     
  2. abc.hegde's post in Stretching the bar chart width in Excel was marked as the answer   
    I myself was able to find a workaround. I wrote a customizer where I get the jfree chart and JasperChart objects. I read the dataset there and found out the numbe rof bars. I then updated the width of the chart using JasperChart object and the value set for width was calculated based on the number of bars to display.
  3. abc.hegde's post in subtotals are the same in each group footer was marked as the answer   
    Are you properly resetting the varibale? I mean, you need to give proper values to "Reset Type" attribute.
×
×
  • Create New...