Version

Search Results

AddTable Method (IBand)

Creates a new table object that implements the Infragistics.Documents.Reports.Report.Table.ITable interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.Table.ITable interface.

AddText Method (IBand)

Creates a new text object that implements the Infragistics.Documents.Reports.Report.Text.IText interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.Text.IText interface.

AddTree Method (IBand)

Creates a new tree object that implements the Infragistics.Documents.Reports.Report.Tree.ITree interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.Tree.ITree interface.

Alignment Property (IBand)

Gets or sets the alignment of the content. Syntax

Background Property (IBand)

Gets or sets the background style. Syntax

Borders Property (IBand)

Gets or sets the style of the borders. Syntax

Divider Property (IBand)

Gets the divider. Syntax Remarks A divider will only be rendered when the content exceeds the limit of what can be shown on a single page. This class is meant to be used as a visual cue in the logical flow of the content.

Footer Property (IBand)

Gets the 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.

Header Property (IBand)

Gets the header. 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.

Height Property (IBand)

Gets or sets the height of the band. Syntax Remarks The Height class is abstract, meaning that a new instance cannot be created. Additionally, this abstract class does not have any properties aside from Infragistics.Documents.Reports.Report.Height.Type. When accessing this property, the returned object should be c...