Search Results for

    Show / Hide Table of Contents

    Class DialogComponentCollection

    Represents the collection of dialog components.

    Inheritance
    System.Object
    System.Collections.CollectionBase
    FRCollectionBase
    DialogComponentCollection
    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.Dialog
    Assembly: FastReport.dll
    Syntax
    public class DialogComponentCollection : FRCollectionBase, IList, ICollection, IEnumerable

    Constructors

    DialogComponentCollection()

    Initializes a new instance of the DialogComponentCollection class with default settings.

    Declaration
    public DialogComponentCollection()

    DialogComponentCollection(Base)

    Initializes a new instance of the DialogComponentCollection class with default settings.

    Declaration
    public DialogComponentCollection(Base owner)
    Parameters
    Type Name Description
    Base owner

    The owner of this collection.

    Properties

    Item[Int32]

    Gets or sets a component.

    Declaration
    public DialogComponentBase this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index

    The index of a component in this collection.

    Property Value
    Type Description
    DialogComponentBase

    The component with specified index.

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