ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / EvalPosition Enumeration

In This Topic
    EvalPosition Enumeration
    In This Topic
    Specifies evaluation message alignment.
    Syntax
    'Declaration
     
    Public Enum EvalPosition 
       Inherits System.Enum
    public enum EvalPosition : System.Enum 
    Members
    MemberDescription
    BottomEvaluation message should be at bottom of the page.
    TopEvaluation message should be at top of the page.
    Remarks
    This enumeration 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
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Layout.EvalPosition

    See Also