Jump to content
Changes to the Jaspersoft community edition download ×

Standalone HTML report output in JS 3.5?


theodan

Recommended Posts

In JS 2.1, we used a URL like this:

http://<server>/jasperaccess/generateReport?uri=/reports/myReport1&myParam1=foo&format=html

to execute a report via HTTP.  The output would be formatted as HTML and would be "standalone", meaning without the JasperSoft header, Home/Logout bar, etc.

In JS 3.5, we use a URL like this:

http://<server>/jasperserver/flow.html?_flowId=viewReportFlow&reportUnit=/reports/myReport1&myParam1=foo&output=html

but we get stuck with the JasperSoft header, Home/Logout bar, etc., in the output.  What's more, this only happens when output=html.

Is there any way in JS 3.5 to suppress the JasperServer decorations and get the same "standalone" HTML output we were getting in JS 2.1?

Thanks,
-Dan



Post Edited by theodan at 12/31/2009 22:01
Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Thanks, Lucian.

That works for the most part, except it still leaves the "Report Options" image and the five "Export to xxx" images in the upper left.  Is there any way to suppress those as well?

We have our own front-end which already has input controls and options for the output format.

Thanks again,

-Dan

Link to comment
Share on other sites

  • 1 year later...

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