ActiveReports 12
SectionReport.ReportState Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace : SectionReport.ReportState Enumeration
Determines the current state of the report engine.
Syntax
'Declaration
 
Public Enum SectionReport.ReportState 
   Inherits System.Enum
public enum SectionReport.ReportState : System.Enum 
Members
MemberDescription
CompletedThe report processing is complete.
IdleThe report processing is idle.
InProgressThe report is currently being processed to create a document.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.SectionReport.ReportState

See Also

Reference

GrapeCity.ActiveReports Namespace
GrapeCity.ActiveReports.v12~GrapeCity.ActiveReports.SectionReportModel~State