ReportViewer.HyperlinkTarget Property

Gets or sets the target window or frame for the Web page content that is returned when a hyperlink in the report is clicked.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Misc")> _
<DefaultValueAttribute("_top")> _
Public Property HyperlinkTarget As String
'Usage
Dim instance As ReportViewer
Dim value As String

value = instance.HyperlinkTarget

instance.HyperlinkTarget = value
[WebBrowsableAttribute(true)] 
[CategoryAttribute("Misc")] 
[DefaultValueAttribute("_top")] 
public string HyperlinkTarget { get; set; }
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"Misc")] 
[DefaultValueAttribute(L"_top")] 
public:
property String^ HyperlinkTarget {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_HyperlinkTarget ()

/** @property */
public void set_HyperlinkTarget (String value)
public function get HyperlinkTarget () : String

public function set HyperlinkTarget (value : String)

Property Value

A String value.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace