Propriedade do RDL HyperLinkURL
The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property HyperLinkURL As ReportUrl
Get
'Uso
Dim instance As Action
Dim value As ReportUrl
value = instance.HyperLinkURL
public ReportUrl HyperLinkURL { get; }
public:
property ReportUrl^ HyperLinkURL {
ReportUrl^ get ();
}
member HyperLinkURL : ReportUrl
function get HyperLinkURL () : ReportUrl
Valor da propriedade
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportUrl
A ReportUrl object containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.