ActiveReports 12
Remove(Page) Method

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > Remove Method : Remove(Page) Method
The page to remove from the current pages collection.
Removes the first occurrence of Page object from the PagesCollection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal page As Page _
) 
public void Remove( 
   Page page
)

Parameters

page
The page to remove from the current pages collection.
See Also

Reference

PagesCollection Class
PagesCollection Members
Overload List