Class ConnectionCollection
Represents the collection of DataConnectionBase objects.
Inherited Members
Namespace: FastReport.Data
Assembly: FastReport.Base.dll
Syntax
public class ConnectionCollection : FRCollectionBase, IList, ICollection, IEnumerable
Constructors
ConnectionCollection(Base)
Initializes a new instance of the ConnectionCollection class with default settings.
Declaration
public ConnectionCollection(Base owner)
Parameters
Type | Name | Description |
---|---|---|
Base | owner | The owner of this collection. |
Properties
Item[Int32]
Gets or sets a data connection.
Declaration
public DataConnectionBase this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of a data connection in this collection. |
Property Value
Type | Description |
---|---|
DataConnectionBase | The data connection with specified index. |