Compartir a través de


HyperlinkTarget Propiedad

Gets or sets the target frame for displaying linked content within the current report.

Espacio de nombres:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Ensamblado:  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
Public Property HyperlinkTarget As String
    Get
    Set
'Uso
Dim instance As ReportViewerWebPart
Dim value As String

value = instance.HyperlinkTarget

instance.HyperlinkTarget = value
[WebPartStorageAttribute(Storage.Shared)]
public string HyperlinkTarget { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property String^ HyperlinkTarget {
    String^ get ();
    void set (String^ value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member HyperlinkTarget : string with get, set
function get HyperlinkTarget () : String
function set HyperlinkTarget (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
One of the following values: _Top, _Blank, and _Self.

Comentarios

For drillthrough reports and for reports that include hyperlinks to external Web sites, you can specify whether a target document opens in the current frame (_Self), the top-level frame of the current browser window (_Top), or a new browser window (_Blank).