In my Employee Data Report I would like the employee's name to appear at the top of each page.I put a text box (called EmpName) with a reference to the Name field (=Fields!Name.Value) in the body of the report and then put a reference to that field (=First(ReportItems!EmpName.Value)) in the Page Header layout.The name appears correctly at the top of the first page of the report, but only the static text, without the name, appears on all succeeding pages of the report.What am I doing wrong?
↧