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

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -