ActiveReports 8
ViewType Enumeration
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace : ViewType Enumeration

Glossary Item Box

Possible view modes of the viewer control

Syntax

Visual Basic (Declaration) 
Public Enum ViewType 
   Inherits System.Enum
C# 
public enum ViewType : System.Enum 

Members

MemberDescription
ContinuousMultiple pages in one row will be shown
MultiPageMultiple pages will be shown
SinglePageOnly one page will be shown

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Viewer.Common.Model.ViewType

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