Condividi tramite


Proprietà ReportViewer.HyperlinkTarget

Recupera o imposta la finestra o il frame di destinazione per il contenuto della pagina Web restituito quando si fa clic su un collegamento ipertestuale nel rapporto.

Spazio dei nomi:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<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)

Valore proprietà

Tipo: String
Valore String.

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms