Version

Search Results

IGrid Interface Properties

Public Properties

AddColumn Method (IGrid)

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

AddRow Method (IGrid)

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

ApplyPattern Method (IGrid)

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

Background Property (IGrid)

Gets or sets the background style. Syntax

Borders Property (IGrid)

Gets or sets the style of the borders. Syntax

Divider Property (IGrid)

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

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

Header Property (IGrid)

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

Height Property (IGrid)

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