ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ViewerType Enumeration

In This Topic
    ViewerType Enumeration
    In This Topic
    Defines enumeration of possible target viewer types for reports.
    Syntax
    'Declaration
     
    Public Enum ViewerType 
       Inherits System.Enum
    public enum ViewerType : System.Enum 
    Members
    MemberDescription
    DashboardDefines the dashboard view type for the report
    ReportDefines the default view type for the report
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.ViewerType

    See Also