Class BandCollection
Represents a collection of bands.
Inherited Members
Namespace: FastReport
Assembly: FastReport.Base.dll
Syntax
public class BandCollection : FRCollectionBase, IList, ICollection, IEnumerable
Constructors
BandCollection()
Initializes a new instance of the BandCollection class with default settings.
Declaration
public BandCollection()
BandCollection(Base)
Initializes a new instance of the BandCollection class with specified owner.
Declaration
public BandCollection(Base owner)
Parameters
Type | Name | Description |
---|---|---|
Base | owner | Owner that owns this collection. |
Properties
Item[Int32]
Gets or sets the element at the specified index.
Declaration
public BandBase this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of an element. |
Property Value
Type | Description |
---|---|
BandBase | The element at the specified index. |