ActiveReports 12
TargetView Enumeration

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace : TargetView Enumeration
Determines the current active view in the viewer.
Syntax
'Declaration
 
Public Enum TargetView 
   Inherits System.Enum
public enum TargetView : 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

Reference

GrapeCity.ActiveReports.Viewer.Win Namespace