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

How can I get access to output_format column of JIReportJobOutputFormat using jasper api's?


Go to solution Solved by plambert_1,

Recommended Posts

How can I get access to output_format column of JIReportJobOutputFormat using jasper api's?

I tried using below 3 options but I'm getting value as null always.

JRValueParameter outputFormat = (JRValueParameter) getValueParameter("outputFormat", true);[/code]
JRValueParameter outputFormats = (JRValueParameter) getValueParameter("outputFormats", true);[/code]
JRValueParameter output = (JRValueParameter) getValueParameter("output", true);[/code]

My requiment is to change already saved schedule report's o/p to XLSX which was XLS till now because now we want to o/p excel as XLSX instead of XLS and also want to support XLS for people who are still interested in XLS

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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...