Put a text box in the footer. Add an expression for the value of the textbox, something like
=AVG(ReportItems!TextboxYouWantToAverage.Value). You are using a ReportItems reference, not a field reference. ReportItems refer to the actual textboxes on the report, each one has a unique name that can be found under TextBox properties for that cell.