spring mvc - Using stored procedure and JRdatasource -
is possible use storedprocedure jrdatasource (jrbeancollectiondatasource) in single report subreport?
stored proc. used in main report , jr datasource used in subreport.
using spring mvc
yes , possible. can pass bean collection in subreport variable.
and procedure call in main report, there 2 possibilities:
1. if procedure returns thing , if use in report, have create function, type , type table (for holding result set) calling procedure. 2. if procedure dml operation, can call directly (without function)
Comments
Post a Comment