|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Thursday, April 18, 2013 4:36 PM
Points: 50,
Visits: 112
|
|
Hi,
As a follow up to my previous posting, my SRS report requires the start and end dates to be displayed in the header. I have these values available as fields in my dataset. But I get an error that I can't display fields in the header. Is this right? Does anyone know how I can do this so that my start and end dates can display in the report header?
thanks, Paul
|
|
|
|
|
Say Hey Kid
      
Group: General Forum Members
Last Login: Friday, May 10, 2013 2:09 PM
Points: 684,
Visits: 484
|
|
| Are they parameters? If so, use the parameters object (Parameters! .Value).
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Monday, January 21, 2013 1:29 PM
Points: 339,
Visits: 714
|
|
Hi...
If you are using SSRS 2005, then it is not possible to use Fields Values in Header / Footer(being a limitation in SSRS 2005)......So...to make it work..you can do 1 thing...you can access concerned values inside two textboxes any where on Report Body, make them in visible and refer those in Report Header / Footer...using ReportItems property...
I hope, it may help you...:)
Thanks,
Niraj
|
|
|
|