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

Make one page report


sandyclawz

Recommended Posts

I want one page export in Excel. When I export from JasperServer to excel it make repeating header each 104 rows on one sheet.

In file $JASPER_ROOT/WEB-INF/applicationContext.xml and $JASPER_ROOT/WEB-INF/applicationContext-report-scheduling.xml. in "export parameters" section is special setting:

<property name="onePagePerSheet" value="true"/>But it make each page on separate sheet. So it even worse.For example I wanna all 2000 rows to be placed in a single Excel file. Is it possible, maybe with settings: [/code]
<property name="paginatorItemsPerPage" value="20"></property><property name="paginatorPagesRange" value="3"></property><property name="reportLevelConfigurable" value="false"/><property name="paginationForSinglePageReport" value="false"/>[/code]
Link to comment
Share on other sites

Hi sandyclawz,

 

Try this:

 

Open your report in iReport. Under Report Properties, select  "Ignore Pagination". Save the file to JasperServer. The next time you run the report, everything will be on one page. Note the "Ignore Pagination" setting applies to all export formats, including HTML.

 

Good luck,

Mary

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...