ActiveReports 12
Logical Not Operator

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure : Logical Not Operator
Variant to be inverted.
Inerts bitwise the given variant value.
Syntax
'Declaration
 
This operator type is not supported by Visual Basic
public Variant operator !( 
   Variant v
)

Parameters

v
Variant to be inverted.

Return Value

Varian.True if the fiven variant is False, False othervise for boolean varian type . Bitwise 'not' for numeric variants (int, long, ulong, float, double, decimal) and for string which can be parsed as numeric.
Exceptions
ExceptionDescription
Raised if the passed Variant of type TimeSpan/Date/Object
See Also

Reference

Variant Structure
Variant Members