Version

Search Results

IRange Interface Properties

Public Properties

End Property (IRange)

Gets or sets the end of the range. Syntax

Start Property (IRange)

Gets or sets the start of the range. Syntax

ISection Interface

Represents a low-level element to which most other elements can be added. Syntax Remarks As many Section elements can be added to a Infragistics.Documents.Reports.Report.Report object as required. Each section can have its own collection of headers, footers, stationaries, and decorations, in addition to being able...

ISectionFooter Interface

Represents a section footer. Syntax Remarks When multiple footers are added to a section, each page will use the next footer in the internal list, cycling back to the beginning of the list after the end is reached. Mathematically, think of the footer used as [page #] mod [# footers]. As an example, assume that the...

ISectionFooter Interface Members

Public Properties Public Methods

AddBand(Single,Single) Method

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 Parameters left X-coordinate of the object.top Y-coordinate of the object. Return Value An object that implements the Infragistics.Documents.Reports.Rep...

AddBand(Single,Single,Single) Method

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 Parameters left X-coordinate of the object.top Y-coordinate of the object.angle Rotation angle in degrees. Return Value An object that implements the In...