I'm using JasperReports engine, and one of the reports gets data from database executing SQL statement.
Is there a way to pass parameters to that query?
Thanks in advance!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
First, create a new parameter in your report. Then insert the parameter in your query, for example:
Make sure your parameter types matches the data type of the columns in your database. Finally, simply pass your parameters to the
|
||||
|
|