Version

Search Results

AddRow Method (ITable)

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

ApplyPattern Method (ITable)

Applies a pattern to this table element. Syntax Parameters pattern A reference to a Infragistics.Documents.Reports.Report.Table.Pattern object.

Background Property (ITable)

Gets or sets the background style. Syntax

Borders Property (ITable)

Gets or sets the style of the borders. Syntax

Divider Property (ITable)

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 (ITable)

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

Header Property (ITable)

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

Height Property (ITable)

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

KeepSolid Property (ITable)

Gets or sets a boolean value indicating whether the table is a solid non breakable element. Syntax

Margins Property (ITable)

Gets or sets the spacing between elements. Syntax