Linguaggio

Image.HyperLinkURL Proprietà

Definizione

Restituisce l'URL assoluto del collegamento ipertestuale sull'elemento del rapporto, codificato con ReplacementRoot, se necessario.

public:
 property Microsoft::ReportingServices::ReportRendering::ReportUrl ^ HyperLinkURL { Microsoft::ReportingServices::ReportRendering::ReportUrl ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ReportUrl HyperLinkURL { get; }
member this.HyperLinkURL : Microsoft.ReportingServices.ReportRendering.ReportUrl
Public ReadOnly Property HyperLinkURL As ReportUrl

Valore della proprietà

A contenente string l'URL del collegamento ipertestuale dell'elemento del rapporto.

Commenti

ReplacementRoot è la nuova root URL da utilizzare per tutti gli URL all'interno del server di report. Questo viene utilizzato dall'interfaccia utente per reindirizzare i link nei report verso altri report. Il valore predefinito è una stringa vuota, il che indica che non avviene alcun reindirizzamento.

Si applica a