नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Contains a header that is rendered at the top of each page of the report.
Syntax
<Report>
...
<PageHeader>
<Height>...</Height>
<PrintOnFirstPage>...</PrintOnFirstPage>
<PrintOnLastPage>..</PrintOnLastPage>
<ReportItems>...</ReportItems>
<Style>...</Style>
</PageHeader>
...
</Report>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
None |
Default value |
None |
Cardinality |
0-1: Optional element that can occur once or not at all. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child elements |
Height, PrintOnFirstPage, PrintOnLastPage, ReportItems, Style |
Remarks
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.
See Also
Reference
Report Definition XML Elements