wizir Posted February 4, 2009 Share Posted February 4, 2009 hello, i have a java code likesql = "select * from product";rs2 = db.execSQL(sql); JRResultSetDataSource sDataSourceSub = new JRResultSetDataSource(rs2);parameters.put("DATASOURCE", sDataSourceSub);and how can i pass this parameter/datasource to subreport ???i'll be appreciated for sample of code in ireportthanks for helpbest regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now