I want to display a value from a dataset within my report header. I placed the value in a hidden textbox named "FacilityName" which contains this expression:
=First(Fields!FacilityName.Value, "dsFacility")
In the report header, the expression is:
=ReportItems!FacilityName.Value
The problem is that the header text only displays on the first page of the report. On all subsequent pages, the headers are blank.
Does anyone know how I would be able to display this value on every page of the report?
=First(Fields!FacilityName.Value, "dsFacility")
In the report header, the expression is:
=ReportItems!FacilityName.Value
The problem is that the header text only displays on the first page of the report. On all subsequent pages, the headers are blank.
Does anyone know how I would be able to display this value on every page of the report?