Version

Search Results

AddTable Method (ICondition)

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

AddText Method (ICondition)

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

AddTree Method (ICondition)

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

IContainer Interface

Represents a container element. Syntax Remarks Containers are used through the ICallback interface as well as when used in conjunction with the ICondition interface.

IContainer Interface Members

Public Properties Public Methods

AddBand Method (IContainer)

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.

AddCanvas Method (IContainer)

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

AddChain Method (IContainer)

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