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

On cascading parameters


mbmorgan

Recommended Posts

When configuring parameters to "cascade" when running the report on Jasper Server, is it necessary to define the type as "java.util.Collection", with "java.lang.string" as the nested type name? And is a default value expression optional or required? Any assistance is greatly appreciated.
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

No, it is not needed to make type as Collection untill and unless yours is not multi select parameter.

If your input controls is of type multi select you must use Collection type . Other wise you can go ahead with string or Integer depends on your requirement.

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