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

PageInfoStatus Enumeration
Defines status associated with the page information
Syntax
'Declaration
 
Public Enum PageInfoStatus 
   Inherits 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