ActiveReports.Viewer3 Request technical support
TargetView Enumeration
See Also  


Determines the current active view in the viewer.

Syntax

Visual Basic (Declaration) 
Public Enum TargetView 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As TargetView
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

See Also