Condividi tramite


TextBox.HyperLinkURL Property

Returns the absolute URL of the hyperlink on the item, encoded with ReplacementRoot, if necessary.

Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HyperLinkURL As ReportUrl
public ReportUrl HyperLinkURL { get; }
public:
property ReportUrl^ HyperLinkURL {
    ReportUrl^ get ();
}
/** @property */
public ReportUrl get_HyperLinkURL ()
public function get HyperLinkURL () : ReportUrl

Valore proprietà

A ReportUrl object containing the absolute URL of the item's hyperlink. The URL is encoded with ReplacementRoot if required.

Osservazioni

ReplacementRoot is the new URL root to use for all URLs inside the report server. This is used by the UI to redirect links in reports to other reports. The default value is an empty string, which indicates that no redirection takes place.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

TextBox Class
TextBox Members
Microsoft.ReportingServices.ReportRendering Namespace