Search Results for

    Show / Hide Table of Contents

    Class ConnectionCollection

    Represents the collection of DataConnectionBase objects.

    Inheritance
    System.Object
    System.Collections.CollectionBase
    FRCollectionBase
    ConnectionCollection
    Inherited Members
    FRCollectionBase.Owner
    FRCollectionBase.AddRange(Base[])
    FRCollectionBase.AddRange(ObjectCollection)
    FRCollectionBase.Add(Base)
    FRCollectionBase.Insert(Int32, Base)
    FRCollectionBase.Remove(Base)
    FRCollectionBase.IndexOf(Base)
    FRCollectionBase.Contains(Base)
    FRCollectionBase.ToArray()
    FRCollectionBase.Equals(FRCollectionBase)
    FRCollectionBase.CopyTo(FRCollectionBase)
    FRCollectionBase.OnInsert(Int32, Object)
    FRCollectionBase.OnRemove(Int32, Object)
    FRCollectionBase.OnClear()
    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.

    Back to top © 1998-2025 Copyright Fast Reports Inc.