Well, in crystal reports, I know you easily see the page header & report header. But how do you see in reporting services? I can only view page header & page footer, not report header & report footer.
There is no report header in RDL upto my knowledge, We can did the same by settting the PrintOnFirstPage and PrintOnLastPage properties of report header to act similar to report header.
~Sasi
Please remember to click "Mark as Answer" on this post if it helped you.
ppayal
Member
128 Points
118 Posts
Report Header & Page Header
Apr 26, 2008 07:34 AM|LINK
Hi,
How do you differentiate between a report header & Page header while making a report?
Regards.
joseabie
Participant
1165 Points
324 Posts
Re: Report Header & Page Header
Apr 27, 2008 01:48 PM|LINK
ok i'll tell u one example,
i am usig a company's leterhead with logo in the report header, it'll show only in the first page
and if we are using this in the Page header; this letter head will display all the pages of your report.
----------------------------------------------------------------------------------------------------------------------------------
while u design it just look at the heading f each section u can see
Report Header Section
Page Header Section
Group Header Section (if included)
Detals Section
Group Footer Section (if included)
Page Footer Section
Report Footer Section
hope u got something............... [:)]
ppayal
Member
128 Points
118 Posts
Re: Report Header & Page Header
Apr 27, 2008 01:58 PM|LINK
Hi,
Thanks for your reply. I can see only Page header, page footer & body. How can I see the report header & footer?
Regards.
joseabie
Participant
1165 Points
324 Posts
Re: Report Header & Page Header
Apr 27, 2008 02:04 PM|LINK
which version u r using?
for me Visual Studio 2005, CrystalReports 11
ppayal
Member
128 Points
118 Posts
Re: Report Header & Page Header
Apr 27, 2008 05:27 PM|LINK
Hi,
I am using SQL server reporting services.
Well, in crystal reports, I know you easily see the page header & report header. But how do you see in reporting services? I can only view page header & page footer, not report header & report footer.
Regards.
sasi.k
Participant
1547 Points
296 Posts
Re: Report Header & Page Header
Apr 29, 2008 05:35 AM|LINK
Hi ,
There is no report header in RDL upto my knowledge, We can did the same by settting the PrintOnFirstPage and PrintOnLastPage properties of report header to act similar to report header.
Please remember to click "Mark as Answer" on this post if it helped you.
ppayal
Member
128 Points
118 Posts
Re: Report Header & Page Header
Apr 29, 2008 04:40 PM|LINK
Great answer.. thanks sasi.k!