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

In This Topic
    Exists Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function Exists( _
       ByVal match As System.Predicate(Of RenderObject) _
    ) As System.Boolean
    public System.bool Exists( 
       System.Predicate<RenderObject> match
    )

    Parameters

    match
    See Also