Version

Search Results

AddRotator Method (IFlow)

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

AddRowBreak Method

Adds a row break. Syntax

AddRule Method (IFlow)

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

AddSite Method (IFlow)

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

AddStretcher Method (IFlow)

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

AddTable Method (IFlow)

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

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

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.

Alignment Property (IFlow)

Gets or sets the alignment of the content. Syntax

ApplyPattern Method (IFlow)

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