MindFusion WinForms Programmer's Guide
Page.Footer Property
See Also
 





Gets or sets the page footer.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public ItemContainer Footer { get; set; }

Visual Basic  Copy Code

Public Property Footer As ItemContainer

 Property Value

An instance of the PageSection class representing the footer of this Page.

 Remarks

You can add items to the footer through its Items property.

 See Also

Page Members
Page Class
MindFusion.Reporting Namespace
Header Property