ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / LoadState Enumeration

In This Topic
    LoadState Enumeration
    In This Topic
    Possible loading states
    Syntax
    'Declaration
     
    Public Enum LoadState 
       Inherits System.Enum
    public enum LoadState : System.Enum 
    Members
    MemberDescription
    CancelledLoading cancelled.
    CancellingLoading is cancelling.
    CompletedLoading completed.
    ErrorError occured.
    InProgressLoading in progress.
    NotStartedLoading not started.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.LoadState

    See Also