ActiveReports.Viewer3 Request technical support
PagesCollection Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by PagesCollection.

Public Constructors

 NameDescription
Public ConstructorPagesCollection Constructor  
Top

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCountReturns the number of Page members in the collection. (Inherited from System.Collections.CollectionBase)
Public PropertyFontsReturns the FontsCollection that is used in the PagesCollection.  
Public PropertyItemReturns the member at the specified index in the collection.  
Top

Public Methods

 NameDescription
Public MethodAddAdds the specified Page object to the collection.  
Public MethodAddRangeOverloaded. Adds an array or collection of pages.  
Public MethodClearClears all pages from the collection.  
Public MethodCloneCreates a clone of the PagesCollection.  
Public MethodContainsDetermines whether the specified object is a member of the collection.  
Public MethodCopyToCopies pages from the collection to an array, starting at a particular array index.  
Public MethodDestroyFor internal use only.  
Public MethodDisposeReleases the PagesCollection instance from memory.  
Public MethodGetEnumeratorReturns an enumerator that can iterate through the collection of pages. (Inherited from System.Collections.CollectionBase)
Public MethodGetRangeReturns a new collection of the specified number of pages starting with the specified index  
Public MethodIndexOfReturns the index of a page in the collection.  
Public MethodInsertInserts the specified page into the collection at the specified index.  
Public MethodInsertNewCreates a new Page object and inserts it into the collection at the specified index.  
Public MethodInsertRangeOverloaded. Inserts a range of pages into the collection at a specified position.  
Public MethodRemoveRemoves the specified page object from the collection.  
Public MethodRemoveAtRemoves the page at the specified index from the collection. (Inherited from System.Collections.CollectionBase)
Top

Public Events

 NameDescription
Public EventChangedOccurs when collection members are changed.  
Top

See Also