ActiveReports Developer 7
ViewType Property
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : ViewType Property

Glossary Item Box

Gets or sets a value that determines how the viewer shows pages(single/multi/continous).

Syntax

Visual Basic (Declaration) 
Public Property ViewType As ViewType
C# 
public ViewType ViewType {get; set;}

See Also