Place fields from the report detail into the page header

  • How do I place a field from the report into the page header? I have a list of patients that share the same information, i.e. Floor, date, location, so, I would like that information in the header of the report.

  • One way is to create a place holder and use FIRST to get only one record (otherwise your report will error out when rendering).

    Something like this:

    =First(Fields!OpenToEnrollDate.Value, "Enrollment")

    where you specify the FieldName in the first argument and the dataset name in the second.

  • Thanx.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply