ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PageViewMode Enumeration

In This Topic
    PageViewMode Enumeration
    In This Topic
    Page view modes.
    Syntax
    'Declaration
     
    Public Enum PageViewMode 
       Inherits System.Enum
    public enum PageViewMode : System.Enum 
    Members
    MemberDescription
    NoPaperThere are no 'gray' area around. Report page is rendered as a part of web page.
    StandardThe report page is shown on the virtual paper with gray area around.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Web.PageViewMode

    See Also