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

Incorrect HTML report generation


gabrielinux

Recommended Posts

Hi everyone,

     I am trying to access a report from within SharePoint.  I am passing all the required parameters through the URL (flow.html, report name, etc.) but there is one parameter that doesn't seem to work: output=html.

     When I use the parameter output=html, JasperServer gives me the whole page including the toolbar, menus, etc.  I was expecting to receive the report only (in HTML), which would make sense since output=swf and output=pdf both return the report only.  How can I make JasperServer return the report only (in HTML) instead of the whole web interface?

Link to comment
Share on other sites

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

You won't be able to get the raw HTML export via report execution URLs.  If you append "decorate=no" to the URL, the JasperServer header/menu/etc will not be included, but the report viewer export/pagination icons will still be present.

An alternative is to use the JasperServer web services to execute the report instead of web report execution URLs.

Regards,

Lucian

Link to comment
Share on other sites

  • 2 years 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...