MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class
Properties Methods Events

PageCollection Class Members

The following tables list the members exposed by PageCollection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the PageCollection class.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of Page objects in the PageCollection.  
Public PropertyGets a value indicating whether the PageCollection is read-only.  
Public PropertyGets or sets a specific Page object in the PageCollection by position.  
Top
Public Methods
 NameDescription
Public MethodAdds a Page object to the PageCollection.  
Public MethodRemoves all items from the PageCollection.  
Public MethodGets a value indicating whether the PageCollection contains the specified Page.  
Public MethodCopies the objects in the PageCollection to a Page array, starting at the specified array index.  
Public MethodDetermines the index of a specific Page object in the PageCollection.  
Public MethodInserts a new Page into the PageCollection at the specified location.  
Public MethodRemoves the specified Page object from the PageCollection.  
Public MethodRemoves a Page object from the PageCollection at the specified index.  
Public MethodCopies the elements of the PageCollection to a new array.  
Top
Public Events
 NameDescription
Public EventOccurs immediately after adding an item to the collection.  
Top
See Also