Gets or sets the page header.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# 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.
You can add items to the footer through its Items property.