ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class / Remove Method
The Page object to remove.

In This Topic
    Remove Method (PageCollection)
    In This Topic
    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