You can create your own DataSource and supply it to the report via the
JasperRunManager.
You would need to implement the:
http://jasperreports.sourceforge.net/api/net/sf/jasperreports/engine/JRDataSource.html
I'm assuming you are using IReports query facilities. You would need to
remove the query from the report and just use the datasource that you
create.

Reply via email to