I need to use JasperReports Server 5.0 commercial into a JSP web application. I need my web app frame (outer frame, menus) and embed JasperReports Server as iFrame in HTML. I can bypass the login of JasperReports Server via Single Sign On. I wonder how can i get JasperReports Server inside the frame. Is there any way I can do it?
To solve this the easiest way is to develop a theme for JasperReports Server which is basically customized CSS uploaded to JasperReports Server as theme.
overrides_custom.css
that contains your customizations.Customizations can be:
Solving it this way allows to have a portable solution between JRS instances without being required to change any file on system level.
More information on themes can be found:
Both are available in Jaspersoft Community for download.