ActiveReports 12
LoadState Enumeration

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.Viewer.Common Namespace : LoadState Enumeration
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

Reference

GrapeCity.Viewer.Common Namespace