Version

Search Results

Paddings Property (IBandFooter)

Gets or sets the paddings between the borders and the content of an element. Syntax

Repeat Property (IBandFooter)

Gets or sets a boolean value indicating whether to repeat the footer. Syntax

IBandHeader Interface

Represents a header in a band. Syntax Remarks In order for the header 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.

IBandHeader Interface Members

Public Properties Public Methods

AddBand Method (IBandHeader)

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.

AddCanvas Method (IBandHeader)

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.

AddContainer Method (IBandHeader)

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.

AddFlow Method (IBandHeader)

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.