Version

Search Results

AddStretcher Method (IChain)

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

AddTable Method (IChain)

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

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

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.

Parent Property (IChain)

Gets the parent associated with the chain. Syntax

ICondition Interface

Represents a condition element. Syntax Remarks This element is used when different content should be shown depending on whether the container element has enough room to fit all its elements.

AddBand Method (ICondition)

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

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.