ActiveReports Developer 7
PageCollection Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : PageCollection Class

Glossary Item Box

The following tables list the members exposed by PageCollection.

Public Constructors

 NameDescription
Public ConstructorPageCollection ConstructorInitializes a new instance of the PageCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCountGets the number of Page object in the PageCollection.  
Public PropertyIsReadOnlyGets a Boolean value indicating whether the PageCollection is read-only.  
Public PropertyItemGets or sets a specific Page object in the PageCollection by position.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a Page object to PageCollection.  
Public MethodClearRemoves all items from the PageCollection.  
Public MethodContainsDetermines whether the collection contains the specified page.  
Public MethodCopyToCopies an array of Page objects to PagesCollection.  
Public MethodIndexOfDetermines the index of a specific Page object in the PageCollection.  
Public MethodInsertInserts a new Page into the PageCollection at the specified location.  
Public MethodRemoveRemoves the specified Page object from the PageCollection.  
Public MethodRemoveAtRemoves the specified Page object from the PageCollection at the specified index.  
Public MethodToArrayCopies the elements of the PageCollection to a new array.  
Top

Public Events

 NameDescription
Public EventItemAddedOccurs immediately after adding an item to the collection.  
Top

See Also