GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : PageCollection Class |
The following tables list the members exposed by PageCollection.
Name | Description | |
---|---|---|
PageCollection Constructor | Initializes a new instance of the PageCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of Page object in the PageCollection. | |
IsReadOnly | Gets a Boolean value indicating whether the PageCollection is read-only. | |
Item | Gets or sets a specific Page object in the PageCollection by position. |
Name | Description | |
---|---|---|
Add | Adds a Page object to PageCollection. | |
Clear | Removes all items from the PageCollection. | |
Contains | Determines whether the collection contains the specified page. | |
CopyTo | Copies an array of Page objects to PagesCollection. | |
IndexOf | Determines the index of a specific Page object in the PageCollection. | |
Insert | Inserts a new Page into the PageCollection at the specified location. | |
Remove | Removes the specified Page object from the PageCollection. | |
RemoveAt | Removes the specified Page object from the PageCollection at the specified index. | |
ToArray | Copies the elements of the PageCollection to a new array. |