Version

Search Results

Bullets Constructor(BulletType,Style)

Initializes a new instance of the Bullets class. Syntax Parameters type The type of the bullets.style The style of the bullets.

Bullets Constructor(Int32)

Initializes a new instance of the Bullets class. Syntax Parameters glyph A glyph symbol for the bullets.

Bullets Constructor(Int32,Style)

Initializes a new instance of the Bullets class. Syntax Parameters glyph A glyph symbol for the bullets.style The style of the bullets.

Bullets Constructor

Overload List

IList Interface

Represents a list element. Syntax Remarks A list element provides the capability to create nested list structures with different types of Bullets.

IListItem Interface

Represents an item in a list. Syntax Remarks An item can contain a wide range of elements including another list. Through the AddList method, additional nested levels can be added to a given IList.

IListItem Interface Members

Public Properties Public Methods

IListItem Interface Properties

Public Properties

AddBand Method (IListItem)

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.