I am using Datareport of vb and geting value through this code.

dim rs as new ADODB.recordset
rs.open "select * from table",con
set Datareport1.datasource=rs
datareport1.show

its work well

Now I want to use one more reocrd set for sum up some data as well what I have to do for this.