in the expression for your grand total text box you'd need to do something liek this...
=Sum(Fields!column1.Value, "datasetName") +
Sum(Fields!Column2.Value, "datasetName")
To help us help you read this[/url]For better help with performance problems please read this[/url]