ActiveReports 12
FromObject Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure : FromObject Method
The value of the Variant.
Initialize new instance of the Variant from the value specified as object. The type of variant will be inferred from the specified value.
Syntax
'Declaration
 
Public Shared Function FromObject( _
   ByVal value As Object _
) As Variant
public static Variant FromObject( 
   object value
)

Parameters

value
The value of the Variant.
See Also

Reference

Variant Structure
Variant Members