C
C-man
Hi,
I am wondering if there is a way to pass a parameter to a jasper
report using xwork.
E.g I am generating a report for my expenses from startdate to
enddate. I can store the data for my expenses in a list and using
<param name ="dataSource">expenses</param> I can display the
information on the report. But I also want to display startdate and
enddate. Is there a way to send these 2 variables to the jasper
report via xwork?
Thank you.
I am wondering if there is a way to pass a parameter to a jasper
report using xwork.
E.g I am generating a report for my expenses from startdate to
enddate. I can store the data for my expenses in a list and using
<param name ="dataSource">expenses</param> I can display the
information on the report. But I also want to display startdate and
enddate. Is there a way to send these 2 variables to the jasper
report via xwork?
Thank you.