ActiveReports 12
Variant Constructor(String)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure > Variant Constructor : Variant Constructor(String)
String value of the Variant.
Initialize new instance of the Variant with the System.String value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String _
)
public Variant( 
   string value
)

Parameters

value
String value of the Variant.
See Also

Reference

Variant Structure
Variant Members
Overload List