ActiveReports 12
Variant Constructor(UInt64)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure > Variant Constructor : Variant Constructor(UInt64)
Unsigned long integer value of the Variant.
Initialize new instance of the Variant with the specified unsigned long integer value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As ULong _
)
public Variant( 
   ulong value
)

Parameters

value
Unsigned long integer value of the Variant.
See Also

Reference

Variant Structure
Variant Members
Overload List