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

In This Topic
    Variant Structure
    In This Topic
    Defines a variant type.
    Object Model
    Variant Structure
    Syntax
    'Declaration
     
    Public Structure Variant 
       Inherits System.ValueType
    public struct Variant : System.ValueType 
    Remarks
    The size of structure is 24b.This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Enterprise.Data.Expressions.Evaluation.Variant

    See Also