ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / HyperLinkEventArgs Class / CreateNewTab Property

In This Topic
    CreateNewTab Property
    In This Topic
    Gets or sets a value indicating whether a new browser tab or window should be initialized to open the target of the hyperlink.
    Syntax
    'Declaration
     
    Public Property CreateNewTab As Boolean
    public bool CreateNewTab {get; set;}
    See Also