Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrlProperty
A ReportUrlProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace