ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / IntrinsicCastExpressionInfo Class
Members

In This Topic
    IntrinsicCastExpressionInfo Class
    In This Topic
    Represents type cast expression.
    Object Model
    IntrinsicCastExpressionInfo Class
    Syntax
    'Declaration
     
    Public NotInheritable Class IntrinsicCastExpressionInfo 
       Inherits ExpressionInfo
    public sealed class IntrinsicCastExpressionInfo : ExpressionInfo 
    Remarks
    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
       GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
          GrapeCity.Enterprise.Data.Expressions.IntrinsicCastExpressionInfo

    See Also