MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PageViewMode Enumeration

PageViewMode Enumeration
Specifies how the report page is shown inside the viewer.
Syntax
'Declaration
 
Public Enum PageViewMode 
   Inherits 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