ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / TargetView Property

In This Topic
    TargetView Property (Viewer)
    In This Topic
    Gets or sets a value indicating the current target view when the SplitView feature is enabled.
    Syntax
    'Declaration
     
    Public Property TargetView As TargetView
    public TargetView TargetView {get; set;}

    Property Value

    The target view, either TargetView.Primary or TargetView.Secondary, indicating which view is currently targeted for user actions.
    Remarks
    When SplitView is enabled, the Viewer control can display two views simultaneously. This property determines which of those views is currently active or targeted for user interactions. The default value is TargetView.Primary.
    See Also