Tests whether a size is null or empty.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static bool IsNullOrEmpty(
	ReportSize size
)
Visual Basic
Public Shared Function IsNullOrEmpty ( _
	size As ReportSize _
) As Boolean

Parameters

size
Type: C1.C1Rdl..::..ReportSize
The size to test.

Return Value

true if size is null or empty, false otherwise.

See Also