Jump to content

Change the Report Options window appearance


prashant2228

Recommended Posts

In a JasperReport when "Report Options" icon (in the leftmost corner) is clicked, it shows a parameter form with a vertical list of paramters and their values. The following code snippet in "ViewReportControlsDialog.jsp" is responsible for this.
<js:parametersForm reportName="${requestScope.reportUnit}" renderJsp="${requestScope.controlsDisplayForm}" onInputChange="resetReportOptionsSelect()"/>

I want to change the appearance of this parameter list. Instead of vertical, need to make it horizonatal list.

Is it easily possible ?

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Sure. You can change the default one: WEB-INF/jsp/DefaultParametersForm.jsp to get the change everywhere.

 

Or your can create a custom JSP and set the parameter form on individual report units.

 

Do you know you can get the parameters displaying horizontally above a report by setting the "Controls Layout" on a report unit?

 

Sherman

Jaspersoft

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