Expand Minimize
This topic has not yet been rated - Rate this topic

PageHeader Element (RDL)

SQL Server 2005

Contains a header that is rendered at the top of each page of the report.


<Report>
       ...
       <PageHeader>
              <Height>...</Height>
              <PrintOnFirstPage>...</PrintOnFirstPage>
              <PrintOnLastPage>..</PrintOnLastPage>
              <ReportItems>...</ReportItems>
              <Style>...</Style>
        </PageHeader>
       ...
</Report>

Characteristic Description

Data type and length

None

Default value

None

Cardinality

0-1: Optional element that can occur once or not at all.

Relationship Element

Parent element

Report

Child elements

Height, PrintOnFirstPage, PrintOnLastPage, ReportItems, Style

Expressions within the PageHeader element are subject to special rules. For more information, see Adding a Page Header and Footer to a Report.

PageHeader uses the same style properties as a rectangle.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.