MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / TargetView Enumeration

TargetView Enumeration
Specifies the active view within the Viewer control.
Syntax
'Declaration
 
Public Enum TargetView 
   Inherits System.Enum
 
Members
MemberDescription
PrimaryThe primary (Bottom) view is the active view.
SecondaryThe secondary (Upper) view is the active view.
Remarks
The viewer can be split into two views using the splitter. This enumeration determines which view will be effected by methods and property calls.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Viewer.Win.TargetView

See Also