Partager via


Propriété Hyperlink

An expression that evaluates to the URL of the hyperlink.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Hyperlink As ReportExpression
    Get
    Set
'Utilisation
Dim instance As Action
Dim value As ReportExpression

value = instance.Hyperlink

instance.Hyperlink = value
public ReportExpression Hyperlink { get; set; }
public:
property ReportExpression Hyperlink {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Hyperlink : ReportExpression with get, set
function get Hyperlink () : ReportExpression
function set Hyperlink (value : ReportExpression)