ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObjectList Class / RemoveAll Method

In This Topic
    RemoveAll Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function RemoveAll( _
       ByVal match As System.Predicate(Of RenderObject) _
    ) As System.Integer
    public System.int RemoveAll( 
       System.Predicate<RenderObject> match
    )

    Parameters

    match
    See Also