ActiveReports.Viewer3 Request technical support
CreateNewTab Property
See Also 


Gets or sets a value indicating whether a new tab has been created.

Syntax

Visual Basic (Declaration) 
Public Property CreateNewTab As Boolean
Visual Basic (Usage)Copy Code
Dim instance As HyperLinkEventArgs
Dim value As Boolean
 
instance.CreateNewTab = value
 
value = instance.CreateNewTab
C# 
public bool CreateNewTab {get; set;}

See Also