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

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -