HyperlinkEventArgs.Hyperlink 屬性

 

發佈時間: 2016年4月

取得在報表中,使用者按一下的 URL。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

public string Hyperlink { get; }
public:
property String^ Hyperlink {
    String^ get();
}
member Hyperlink : string with get
Public ReadOnly Property Hyperlink As String

屬性值

Type: System.String

包含超連結的 string 值。

請參閱

HyperlinkEventArgs 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首