ActiveReports.Viewer3 Request technical support
ViewType Enumeration
See Also  


Determines whether to use Normal or ContinuousScroll viewing.

Syntax

Visual Basic (Declaration) 
Public Enum ViewType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ViewType
C# 
public enum ViewType : Enum 

Members

MemberDescription
NormalThe viewer displays one page at a time, and users must click the Next Page button to move to the next page.
ContinuousScrollThe viewer displays the pages in a vertical stream, allowing users to scroll down through multiple pages without using the Next Page button.

Remarks

At run time, clicking on a page updates the thumbnail and page N of M displays.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Viewer.ViewType

See Also