ActiveReports.Document Assembly > DataDynamics.ActiveReports.Document Namespace : PagesCollection Class |
The following tables list the members exposed by PagesCollection.
Name | Description | |
---|---|---|
PagesCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Returns the number of Page members in the collection. | |
Fonts | Returns the FontsCollection that is used in the PagesCollection. | |
IsFixedSize | ||
IsReadOnly | ||
IsSynchronized | ||
Item | Returns the member at the specified index in the collection. | |
SyncRoot |
Name | Description | |
---|---|---|
Add | Overloaded. Adds the specified Page object to the collection. | |
AddRange | Overloaded. Adds an array or collection of pages. | |
Clear | Clears all pages from the collection. | |
Clone | Creates a clone of the PagesCollection. | |
Contains | Overloaded. Determines whether the specified object is a member of the collection. | |
CopyTo | Overloaded. Copies pages from the collection to an array, starting at a particular array index. | |
Dispose | Releases the PagesCollection instance from memory. | |
GetEnumerator | 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 | Overloaded. Returns the index of a page in the collection. | |
Insert | Overloaded. 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 | Overloaded. Removes the specified page object from the collection. | |
RemoveAt | Removes the page at the specified index from the collection. |