ActiveReports.Viewer6 Send comments on this topic.
TargetView Enumeration
See Also  
ActiveReports.Viewer6 Assembly > DataDynamics.ActiveReports.Viewer Namespace : TargetView Enumeration

Determines the current active view in the viewer.

Syntax

Visual Basic (Declaration) 
Public Enum TargetView 
   Inherits Enum
C# 
public enum TargetView : Enum 

Members

MemberDescription
FirstViewThe first (top) view is the active view.
SecondViewThe second (bottom) view is the active view.
BothViewsBoth views are active.

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
         DataDynamics.ActiveReports.Viewer.TargetView

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also