Represents a band footer. Syntax Remarks In order for the footer to be rendered, it must contain at least one content element, such as a Infragistics.Documents.Reports.Report.Text.IText element added through the AddText method.
Public Properties Public Methods
Public Methods
Public Properties
Creates a new band object that implements the IBand interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the IBand interface.
Creates a new canvas object that implements the Infragistics.Documents.Reports.Report.ICanvas interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.ICanvas interface.
Creates a new container object that implements the Infragistics.Documents.Reports.Report.IContainer interface and adds it to the internal collection of objects. Syntax Parameters name The name of the container. Return Value An object that implements the Infragistics.Documents.Reports.Report.IContainer interface.
Creates a new flow object that implements the Infragistics.Documents.Reports.Report.Flow.IFlow interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.Flow.IFlow interface.
Creates a new gap object that implements the Infragistics.Documents.Reports.Report.IGap interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.IGap interface.
Creates a new grid object that implements the Infragistics.Documents.Reports.Report.Grid.IGrid interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.Grid.IGrid interface.