ActiveReports.Viewer3 Request technical support
Remove Method
See Also 


value
Page object to be removed from the collection.
Removes the specified page object from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As Page _
) 
Visual Basic (Usage)Copy Code
Dim instance As PagesCollection
Dim value As Page
 
instance.Remove(value)
C# 
public void Remove( 
   Page value
)

Parameters

value
Page object to be removed from the collection.

See Also