ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / Variant Structure / Variant Constructor

In This Topic
    Variant Constructor
    In This Topic
    Overload List
    OverloadDescription
    Initializes a new instance of the Variant with the specified boolean value.  
    Initializes a new instance of the Variant with the specified integer value.  
    Initializes a new instance of the Variant with the specified long integer value.  
    Initializes a new instance of the Variant with the specified unsigned long integer value.  
    Initializes a new instance of the Variant with the specified double value.  
    Initializes a new instance of the Variant with the specified float value.  
    Initializes a new instance of the Variant with the specified decimal value.  
    Initializes a new instance of the Variant with the specified System.Char value.  
    Initializes a new instance of the Variant with the System.String value.  
    Initializes a new instance of the Variant with the System.TimeSpan value.  
    Initializes a new instance of the Variant with the System.DateTime value.  
    See Also