Version

Search Results

AddPolygon Method

Creates a new polygon object that implements the IPolygon interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the IPolygon interface.

AddPolyline Method

Creates a new polyline object that implements the IPolyline interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the IPolyline interface.

AddRectangle Method

Creates a new rectangle object that implements the IRectangle interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the IRectangle interface.

Infragistics.Documents.Reports.Report.Shapes Namespace

Interfaces Interface Description See Also Reference Infragistics.Documents.Reports Assembly

ITable Interface

Represents a table element. Syntax Remarks Each table row is independent and can have as many cells as required. This allows the simulation of colspan properties and helps to create very complex symmetric or asymmetric layouts. This is different from a Infragistics.Documents.Reports.Report.Grid.IGrid element where...

ITableCell Interface

Represents a cell in a table. Syntax

ITableCell Interface Members

Public Properties Public Methods

AddBand Method (ITableCell)

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