是否可以在带有子报表的单个报表中使用 StoredProcedure 以及JRdatasource ( JRBeanCollectionDataSource )?
存储过程 在主报表中用完,JR数据源将在子报表中使用。
使用 Spring MVC
是否可以在带有子报表的单个报表中使用 StoredProcedure 以及JRdatasource ( JRBeanCollectionDataSource )?
存储过程 在主报表中用完,JR数据源将在子报表中使用。
使用 Spring MVC
对的,这是可能的。您可以将子报表中的 Bean 集合作为变量传递。
然后对于主报告中的过程调用,有两种可能性:
1. If your procedure returns some thing and if you would like to use in
the report, then you have to create a function, type and type table
(for holding the result set) for calling the procedure.
2. If the procedure does some DML operation, then you can call directly (without a function)