ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport.ReportState Enumeration

In This Topic
    SectionReport.ReportState Enumeration
    In This Topic
    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~GrapeCity.ActiveReports.SectionReportModel~State