ActiveReports 6 Online Help
PagesCollection Class Members
Properties  Methods  Events

The following tables list the members exposed by PagesCollection.

Public Constructors
 NameDescription
Public ConstructorPagesCollection ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCountReturns the number of Page members in the collection.  
Public PropertyFontsReturns the FontsCollection that is used in the PagesCollection.  
Public PropertyIsFixedSize  
Public PropertyIsReadOnly  
Public PropertyIsSynchronized  
Public PropertyItemReturns the member at the specified index in the collection.  
Public PropertySyncRoot  
Top
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds 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 MethodContainsOverloaded. Determines whether the specified object is a member of the collection.  
Public MethodCopyToOverloaded. 

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

 
Public MethodDisposeReleases the PagesCollection instance from memory.  
Public MethodGetEnumeratorReturns an enumerator that can iterate through the collection of pages.  
Public MethodGetRangeReturns a new collection of the specified number of pages starting with the specified index  
Public MethodIndexOfOverloaded. Returns the index of a page in the collection.  
Public MethodInsertOverloaded. Inserts 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 MethodRemoveOverloaded. Removes the specified page object from the collection.  
Public MethodRemoveAtRemoves the page at the specified index from the collection.  
Top
Public Events
 NameDescription
Public EventChangedOccurs when collection members are changed.  
Top
See Also

Reference

PagesCollection Class
DataDynamics.ActiveReports.Document Namespace

Send Feedback