ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class
Properties Methods Events

In This Topic
    PageCollection Class Members
    In This Topic

    The following tables list the members exposed by PageCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PageCollection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of Page objects in the PageCollection.  
    Public PropertyGets a Boolean value indicating whether the PageCollection is read-only.  
    Public PropertyGets or sets a specific Page object in the PageCollection by position.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a Page object to the PageCollection.  
    Public MethodRemoves all items from the PageCollection.  
    Public MethodDetermines whether the ICollection contains a specific value.  
    Public MethodCopies the array of page object.  
    Public MethodDetermines the index of a specific item in the IList.  
    Public MethodInserts a new Page into the PageCollection at the specified location.  
    Public MethodRemoves the specified Page object from the PageCollection.  
    Public MethodRemoves a Page object from the PageCollection at the specified index.  
    Public MethodCopies the elements of the PageCollection to a new array.  
    Top
    Public Events
     NameDescription
    Public EventOccurs immediately after adding an item to the collection.  
    Top
    See Also