Public Properties
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.
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.
Applies a pattern to this grid element. Syntax Parameters pattern A reference to a Infragistics.Documents.Reports.Report.Grid.Pattern object.
Gets or sets the background style. Syntax
Gets or sets the style of the borders. Syntax
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.
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.
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.
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...