ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / TargetView Enumeration

In This Topic
    TargetView Enumeration
    In This Topic
    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