Version

Search Results

Margins Property (ITableDivider)

Gets or sets the vertical spacing between elements. Syntax

ITableFooter Interface

Represents a table footer. Syntax Remarks The footer element will not be rendered unless it contains at least one ITableCell, which can be added through the AddCell method.

ITableFooter Interface Members

Public Properties Public Methods

AddCell Method (ITableFooter)

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

Height Property (ITableFooter)

Gets or sets the height of the footer. 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...

Margins Property (ITableFooter)

Gets or sets the vertical spacing between elements. Syntax

Repeat Property (ITableFooter)

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

ITableHeader Interface

Represents a header in a table. Syntax Remarks The header element will not be rendered unless it contains at least one ITableCell, which can be added through the AddCell method.