Jump to content

Values for parameters


dnvsrikanth

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

If the report parameter is of type Object, then you could pass any Java object - you will then need to use class casts etc. to access the object within the report.

 

e.g.

Code:
((YourClass)$P{parameter}).callMethod()
Link to comment
Share on other sites

  • 3 weeks later...

Hi fmatar,

 

Thanks for ur reply

Suppose that i have to generate a report for some employees in an organization. The requirement is in such a way that user was given a multi-select drop-down for selecting employee id's. Here we need to send multiple values for single parameter...right???

 

please suggest me a correct way to implement this...

 

Thanks & Regards

DNV Srikanth

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