ActiveReports 8
TargetView Enumeration
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also