Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlObject Class / IsNullOrEmpty Method
The object to test.

In This Topic
    IsNullOrEmpty Method (RdlObject)
    In This Topic
    Tests whether an RdlObject is null or empty.
    Syntax
    'Declaration
     
    Public Shared Function IsNullOrEmpty( _
       ByVal v As RdlObject _
    ) As Boolean
    public static bool IsNullOrEmpty( 
       RdlObject v
    )

    Parameters

    v
    The object to test.

    Return Value

    trueif v is null or empty, false otherwise.
    See Also