I have a page header with 4 text boxes.
One of the text boxes has an expression =(ReportItems!Textbox121.value)
Within the body is a tbalix with only the details on a textbox field with the expression =First(Fields!fname.Value, "FullName") & " " & First(Fields!lname.Value, "FullName")
The tablix properties are HIDDEN but the Row headers are maker to repeat headers on every page likewise for the column header.
I have been trying for hours to get this to work ...
Any help great appreciated!