Gets or sets the page header.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public ItemContainer Header { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Header As ItemContainer |
An instance of the PageSection class representing the header of this Page.
RemarksYou can add items to the footer through its Items property.
See Also