Version

Search Results

AddText Method (IContainer)

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

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

Gets or sets the alignment of the content. Syntax

Background Property (IContainer)

Gets or sets the background style. Syntax

Borders Property (IContainer)

Gets or sets the style of the borders. Syntax

Height Property (IContainer)

Gets or sets the height of the container. 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 Height.Type. When accessing this property, the returned object should be cast to the appropriate derived ty...

Load(Stream) Method

Loads the content from a stream containing XML data. Syntax Parameters stream Stream containing XML data.

Load(String) Method

Loads the content from XML file. Syntax Parameters fileName Full file path and name.

Load(TextReader) Method

Loads the content from a text reader providing XML data. Syntax Parameters reader Text reader providing XML data.

Load(XmlTextReader) Method

Loads the content from XML text reader. Syntax Parameters reader XML text reader.