Search Results for

    Show / Hide Table of Contents

    Class SelectedObjectCollection

    Holds the list of selected objects of Base type. Used by the SelectedObjects.

    Inheritance
    System.Object
    System.Collections.CollectionBase
    FRCollectionBase
    ObjectCollection
    SelectedObjectCollection
    Inherited Members
    ObjectCollection.Item[Int32]
    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.dll
    Syntax
    public class SelectedObjectCollection : ObjectCollection, IList, ICollection, IEnumerable

    Properties

    IsPageSelected

    Gets a value indicating that report page is selected.

    Declaration
    public bool IsPageSelected { get; }
    Property Value
    Type Description
    System.Boolean

    IsReportSelected

    Gets a value indicating that report is selected.

    Declaration
    public bool IsReportSelected { get; }
    Property Value
    Type Description
    System.Boolean
    Back to top © 1998-2025 Copyright Fast Reports Inc.