ReportViewerWebPart.HyperlinkTarget Property

Definition

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

public:
 property System::String ^ HyperlinkTarget { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)]
public string HyperlinkTarget { get; set; }
[<Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)>]
member this.HyperlinkTarget : string with get, set
Public Property HyperlinkTarget As String

Property Value

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

Attributes
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

Remarks

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).

Applies to