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

In This Topic
    PageInfoStatus Enumeration
    In This Topic
    Defines status associated with the page information
    Syntax
    'Declaration
     
    Public Enum PageInfoStatus 
       Inherits System.Enum
    public enum PageInfoStatus : System.Enum 
    Members
    MemberDescription
    InvalidInvalid value because of error or some other failure
    PendingNot available, evaluation is in progress
    ValidResult has been evaluated
    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.Layout.PageInfoStatus

    See Also