ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / OpenedReport Enumeration

In This Topic
    OpenedReport Enumeration
    In This Topic
    Enumerates the types of reports that can be opened in the viewer.
    Syntax
    'Declaration
     
    Public Enum OpenedReport 
       Inherits System.Enum
    public enum OpenedReport : System.Enum 
    Members
    MemberDescription
    CplIndicates a CPL (Continuous Page Layout) report is currently opened.
    DashboardIndicates a Dashboard report is currently opened.
    FplIndicates an FPL (Fixed Page Layout) report is currently opened.
    NoneIndicates no report is currently opened.
    SectionIndicates a Section report is currently opened.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.ViewModel.OpenedReport

    See Also