ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.ReportsCore.Tools Namespace / ReportCombiner Class / RemoveAll Method
The report to be removed

In This Topic
    RemoveAll Method (ReportCombiner)
    In This Topic
    Remove all the occurrences of the specified report.
    Syntax
    'Declaration
     
    Public Function RemoveAll( _
       ByVal report As PageReport _
    ) As Integer
    public int RemoveAll( 
       PageReport report
    )

    Parameters

    report
    The report to be removed
    See Also