Partilhar via


Propriedade do RDL Action.Hyperlink

Gets or sets an expression that evaluates to the URL of the hyperlink.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property Hyperlink As ReportExpression 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object that evaluates to the URL of the hyperlink.

Consulte também

Referência

Action Classe

Namespace Microsoft.ReportingServices.RdlObjectModel