GrapeCity.ActiveReports.Document.v9 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : PagesCollection Class |
The following tables list the members exposed by PagesCollection.
Name | Description | |
---|---|---|
PagesCollection Constructor | Overloaded. Initializes a new instance of the PagesCollection class. |
Name | Description | |
---|---|---|
Count | Returns the number of Page members in the collection. | |
Fonts | Returns the FontsCollection that is used in the PagesCollection. | |
IsFixedSize | Gets a value indicating whether the PagesCollection has a fixed size. | |
IsReadOnly | Gets a value indicating whether the PagesCollection is read-only. | |
IsSynchronized | Gets a value indicating whether access to the PagesCollection is synchronized (thread safe). (Inherited from ICollection.) | |
Item | Returns the member at the specified index in the collection. | |
SyncRoot | Gets an object that can be used to synchronize access to the PagesCollection. |
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. | |
GetIdentifierByIndexInternal | For internal use only. | |
GetPageByIdentifierInternal | For internal use only. | |
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. |
Name | Description | |
---|---|---|
FOR_TESTING_FetchItem |