Saturday, February 25, 2012

Report Header and Report Footer

Hi,
Does Report Header and Report Footer exist in Reporting service.
This in similar to Page header and Footer except that report header comes
only in first page and report footer in last page.
And Can I include a rdl file that has parameters in header or footer section
Thanks
KiranVersion 1.0 doesn't have a designated header and footer elements. Instead,
you add your report header and footer section at the beginning and the end
respectively of the report body section.
Not sure what you mean by the second question.
--
Hope this helps.
---
Teo Lachev, MVP [SQL Server], MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
---
"Kiran" <Kiran@.nospam.net> wrote in message
news:OJmN0vn5EHA.1408@.TK2MSFTNGP10.phx.gbl...
> Hi,
> Does Report Header and Report Footer exist in Reporting service.
> This in similar to Page header and Footer except that report header comes
> only in first page and report footer in last page.
> And Can I include a rdl file that has parameters in header or footer
> section
> Thanks
> Kiran
>|||Kiran,
I don't think there is any thing equivalent to #include (or @.import) in
RDL.
However, you can write VBA code which could generate what you need. I
suppose the VBA could even open up another RDL file, and insert its contents
into your report.
You might also consider just using a subreport to achieve this.
Cheers,
Daniel Williams
"Kiran" <Kiran@.nospam.net> wrote in message
news:OJmN0vn5EHA.1408@.TK2MSFTNGP10.phx.gbl...
> Hi,
> Does Report Header and Report Footer exist in Reporting service.
> This in similar to Page header and Footer except that report header comes
> only in first page and report footer in last page.
> And Can I include a rdl file that has parameters in header or footer
> section
> Thanks
> Kiran
>

No comments:

Post a Comment