Version

Search Results

Paddings Property (ITableCell)

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

Parent Property (ITableCell)

Gets the ITableRow that contains the cell. Syntax

Width Property (ITableCell)

Gets or sets the width of the cell. Syntax Remarks The Width 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.Width.Type. When accessing this property, the returned object should be cast...

ITableDivider Interface

Represents a table 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.

ITableDivider Interface Members

Public Properties Public Methods

AddCell Method (ITableDivider)

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

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

Inner Property (ITableDivider)

Gets or sets a boolean value indicating whether this element is placed inside the content before the footer. Syntax