I want to populate a grid control Manually using a loop ie.
mygrid.row=1
mygrid.col1 = 1
mygrid.text = format(rscustomer!amount1 + rscustomer!amount2, "Currency")
i know the code above is not valid. This is my problem I don't know how which grid control to use and how do i specify the row and column and tell it to insert text. Please help Need it urgently. It is very important that I populate this grid manually as i'm inserting various types of calculations.

chris