| Visual Basic (Declaration) | |
|---|---|
Public Enum ViewType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ViewType : Enum | |
| Member | Description |
|---|---|
| Normal | The viewer displays one page at a time, and users must click the Next Page button to move to the next page. |
| ContinuousScroll | The viewer displays the pages in a vertical stream, allowing users to scroll down through multiple pages without using the Next Page button. |
At run time, clicking on a page updates the thumbnail and page N of M displays.
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Viewer.ViewType