ActiveReports Developer 7
TargetView Enumeration
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace : TargetView Enumeration

Glossary Item Box

Determines the current active view in the viewer.

Syntax

Visual Basic (Declaration) 
Public Enum TargetView 
   Inherits System.Enum
C# 
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