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