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
<DefaultValueAttribute("_top")> _
<WebBrowsableAttribute(True)> _
Public Property HyperlinkTarget As String
'Usage
Dim instance As ReportViewer
Dim value As String
value = instance.HyperlinkTarget
instance.HyperlinkTarget = value
[DefaultValueAttribute("_top")]
[WebBrowsableAttribute(true)]
public string HyperlinkTarget { get; set; }
[DefaultValueAttribute(L"_top")]
[WebBrowsableAttribute(true)]
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