获取用户在报表中单击的 URL。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public ReadOnly Property Hyperlink As String
public string Hyperlink { get; }
public:
property String^ Hyperlink {
String^ get ();
}
member Hyperlink : string with get
function get Hyperlink () : String
属性值
类型:String
包含超链接的 string 值。