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

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

    Parameters

    size
    The size to test.

    Return Value

    true if size is null or empty, false otherwise.
    See Also