Work around for header/footer data in ssrs 2005

  • I'm working on a project where I need to be able to place Field data in headers & footers. I know this results in an error. The data must be displayed on each page of my report so referencing Field data doesn't work for me. I tried doing it as a parameter but apparently I'm doing something wrong as that didn't work for me either. Any suggestions would be great. Thanks

  • Hi. You need to reference a field that exists within the report body (which can be hidden)i.e.

    = First(ReportItems!YourField.Value)

    Regards,

    Phil.

    -------------------------------------------------------------------------------------
    A neutron walks into a bar. "I'd like a beer" he says. The bartender promptly serves up a beer. "How much will that be?" asks the neutron. "For you?" replies the bartender, "no charge."

    Two hydrogen atoms walk into a bar. One says, 'I think I've lost an electron.' The other says 'Are you sure?' The first says, 'Yes, I'm positive... '

    Tommy Cooper

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

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