Tests whether an RdlObject is null or empty.

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

Syntax

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

Parameters

v
Type: C1.C1Rdl..::..RdlObject
The object to test.

Return Value

trueif v is null or empty, false otherwise.

See Also