To refer to any report objects you can use ReportItems Collection.
In your header textbox put a expression like this to refer to textbox in the list:
=ReportItems!TextBoxList1.Value
Remember SSRS is case sensitive. Make sure you get the right name of the text box object you are referring to.
MSDN article on ReportItems
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…