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

soap scheduled job - Excel no pagination


wvrius

Recommended Posts

Hello,

I created a report with IS_IGNORE_PAGINATION flag set to "true".

Using the code below I'm setting the output formats for Excel and PDF. Is there a special output format for Excel without pagination?

If I try to edit the job, "Excel (paginated)" is selected.

Thanks,

Marius.

 

Code:
job.outputFormats = new String[] { "PDF", "XLS" };
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

 Found the answer in WEB-INF/applicationContext-web-services.xml

 

 

Code:
 <entry><key>	<util:constant static-field="com.jaspersoft.jasperserver.api.engine.scheduling.domain.ReportJob.OUTPUT_FORMAT_XLS_NOPAG"/></key><value>XLS_NOPAG</value>	</entry>
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...