Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an expression that evaluates to the URL of the hyperlink.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Hyperlink As ReportUrlProperty
Get
'Usage
Dim instance As Action
Dim value As ReportUrlProperty
value = instance.Hyperlink
public ReportUrlProperty Hyperlink { get; }
public:
property ReportUrlProperty^ Hyperlink {
ReportUrlProperty^ get ();
}
member Hyperlink : ReportUrlProperty
function get Hyperlink () : ReportUrlProperty
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrlProperty
A ReportUrlProperty object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace