Action.Hyperlink 属性

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property Hyperlink As ReportExpression 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

Action 类

Microsoft.ReportingServices.RdlObjectModel 命名空间