ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace
Inheritance Hierarchy
In This Topic
    GrapeCity.Enterprise.Data.Expressions Namespace
    In This Topic
    Classes
     ClassDescription
    ClassRepresents unary or binary expression.
    ClassRepresents an expression that is a constant value.
    ClassProvides additional methods to work with ExpressionInfo instances.
    ClassThe ExpressionInfo class stores, parses, and provides information about an expression. ExpressionInfo provides aggregates, global collections, etc., as well as information about the expected data type of the expression's result.
    ClassRepresents an expression that is a constant value.
    ClassRepresents an identifier in an expression, such as constants or enums.
    ClassRepresents type cast expression.
    ClassRepresents a constructor in an expression, such as new.
    ClassRepresents the value "Nothing" in the ExpressionInfo.
    ClassRepresents the results of ExpressionInfo validation.
    ClassRepresents the information about an error (message and location).
    Enumerations
     EnumerationDescription
    EnumerationSpecifies the type of the evaluation result of an ExpressionInfo object.
    See Also