Count (Inherited from System.Collections.CollectionBase) | Returns the number of Page members in the collection. |
Fonts | Returns the FontsCollection that is used in the PagesCollection. |
Item | Returns the member at the specified index in the collection. |
Add | Adds the specified Page object to the collection. |
AddRange | Overloaded. Adds an array or collection of pages. |
Clear (Inherited from System.Collections.CollectionBase) | Clears all pages from the collection. |
Contains | Determines whether the specified object is a member of the collection. |
CopyTo | Copies pages from the collection to an array, starting at a particular array index. |
Dispose | Releases the PagesCollection instance from memory. |
GetEnumerator (Inherited from System.Collections.CollectionBase) | Returns an enumerator that can iterate through the collection of pages. |
GetRange | Returns a new collection of the specified number of pages starting with the specified index |
IndexOf | Returns the index of a page in the collection. |
Insert | Inserts the specified page into the collection at the specified index. |
InsertNew | Creates a new Page object and inserts it into the collection at the specified index. |
InsertRange | Overloaded. Inserts a range of pages into the collection at a specified position. |
Remove | Removes the specified page object from the collection. |
RemoveAt (Inherited from System.Collections.CollectionBase) | Removes the page at the specified index from the collection. |
Changed | Occurs when collection members are changed. |
PagesCollection Class | DataDynamics.ActiveReports.Document Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.