Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / DataAggregateFunction Class / IsNull Method
The object to check.

In This Topic
    IsNull Method
    In This Topic
    Tests whether an object represents a null value.
    Syntax
    'Declaration
     
    Protected Shared Function IsNull( _
       ByVal v As Object _
    ) As Boolean
    protected static bool IsNull( 
       object v
    )

    Parameters

    v
    The object to check.

    Return Value

    true if v represents a null value, false otherwise.
    See Also