ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PagesCollection Class
Properties Methods

In This Topic
    PagesCollection Class Members
    In This Topic

    The following tables list the members exposed by PagesCollection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the PagesCollection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the number of Page members in the collection.  
    Public PropertyReturns the FontsCollection that is used in the PagesCollection.  
    Public PropertyGets a value indicating whether the PagesCollection has a fixed size.  
    Public PropertyGets a value indicating whether the PagesCollection is read-only.  
    Public PropertyGets a value indicating whether access to the PagesCollection is synchronized (thread safe). (Inherited from ICollection.)  
    Public PropertyReturns the member at the specified index in the collection.  
    Public PropertyGets an object that can be used to synchronize access to the PagesCollection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified Page object to the collection.  
    Public MethodOverloaded. Adds an array or collection of pages.  
    Public MethodClears all pages from the collection.  
    Public MethodCreates a clone of the PagesCollection.  
    Public MethodOverloaded. Determines whether the specified object is a member of the collection.  
    Public MethodOverloaded. 

    Copies pages from the collection to an array, starting at a particular array index.

     
    Public MethodReleases the PagesCollection instance from memory.  
    Public MethodReturns a new collection of the specified number of pages starting with the specified index  
    Public MethodOverloaded. Returns the index of a page in the collection.  
    Public MethodOverloaded. Inserts the specified page into the collection at the specified index.  
    Public MethodCreates a new Page object and inserts it into the collection at the specified index.  
    Public MethodOverloaded. Inserts a range of pages into the collection at a specified position.  
    Public MethodOverloaded. Removes the specified page object from the collection.  
    Public MethodRemoves the page at the specified index from the collection.  
    Top
    See Also