Action.Hyperlink 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Hyperlink As ReportUrlProperty 
    Get
用法
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportUrlProperty
A ReportUrlProperty object.

请参阅

参考

Action 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间