Class ReportComponentCollection
Holds the list of objects of ReportComponentBase type.
Inheritance
System.Object
System.Collections.CollectionBase
ReportComponentCollection
Inherited Members
Namespace: FastReport
Assembly: FastReport.Base.dll
Syntax
public class ReportComponentCollection : FRCollectionBase, IList, ICollection, IEnumerable
Constructors
ReportComponentCollection()
Initializes a new instance of the ReportComponentCollection class with default settings.
Declaration
public ReportComponentCollection()
ReportComponentCollection(Base)
Initializes a new instance of the ReportComponentCollection class with specified owner.
Declaration
public ReportComponentCollection(Base owner)
Parameters
Type | Name | Description |
---|---|---|
Base | owner |
Properties
Item[Int32]
Gets or sets the element at the specified index.
Declaration
public ReportComponentBase this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of an element. |
Property Value
Type | Description |
---|---|
ReportComponentBase | The element at the specified index. |