ActiveReports 12
Remove Method (PageCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollection Class : Remove Method
The Page object to remove.
Removes the specified Page object from the PageCollection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal value As Page _
) As Boolean
public bool Remove( 
   Page value
)

Parameters

value
The Page object to remove.
See Also

Reference

PageCollection Class
PageCollection Members