MindFusion.Reporting for Silverlight Programmer's Guide
IsNull

Returns a boolean value that indicates whether the specified expression contains no valid data (null).

Syntax

 Copy Code

bool IsNull (
    object value
)

Parameters

value
Any expression.

Return Value

true, if value is null, that is, it contains no valid data; otherwise, false.

See Also

Inspection Functions
IsDate Function
IsNumeric Function