Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / GenerateReportStatus Enumeration


In This Topic
    GenerateReportStatus Enumeration
    In This Topic
    Value representing the status of the Report that is being generating.
    Syntax
    'Declaration
     
    Public Enum GenerateReportStatus 
       Inherits System.Enum
    'Usage
     
    Dim instance As GenerateReportStatus
    public enum GenerateReportStatus : System.Enum 
    Members
    MemberDescription
    ExportingThe reporting is being exported.
    PreparingThe report is being prepared.
    PrintingThe report is being printed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Grid.Reporting.GenerateReportStatus

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also