Search Results for

    Show / Hide Table of Contents

    Class ReportComponentCollection

    Holds the list of objects of ReportComponentBase type.

    Inheritance
    System.Object
    System.Collections.CollectionBase
    FRCollectionBase
    ReportComponentCollection
    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
    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.

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