Właściwość ReportViewer.HyperlinkTarget —
Gets or sets the target window or frame for the Web page content that is returned when a hyperlink in the report is clicked.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property HyperlinkTarget As String
[WebBrowsableAttribute(true)]
public string HyperlinkTarget { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ HyperlinkTarget {
String^ get ();
void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member HyperlinkTarget : string with get, set
function get HyperlinkTarget () : String
function set HyperlinkTarget (value : String)
Wartość właściwości
Typ: String
A String value.