I have a table of data in the body of my report and if I put a textbox on the page with this code in it, the value shows up properly:
=First(Fields!FirstName.Value, "MyDataSet")
However, if I put this code in the page header, it is empty. How can I get the header to access the page data?