• <menu id="w2i4a"></menu>
  • logo FastReport中文文檔

    自定義鏈接


    使用這種鏈接,您可以定義自己對鼠標(biāo)點擊的反應(yīng)。為此,請使用對象的 "Click(單擊)"事件處理程序。具體操作如下
    • 選擇對象并打開 "Properties "窗口;
    • 單擊按鈕,顯示對象的事件;
    • 雙擊 "Click"事件。FastReport 將切換到 "Code "窗口并創(chuàng)建一個空的事件處理程序。

    在處理程序的代碼中,完成您需要的所有操作。您很可能需要處理程序調(diào)用的對象鏈接和超鏈接的值。使用處理程序的參數(shù) sender:

    private void Text2_Click(object sender, EventArgs e)
    {
      // sender - this is the object which was clicked.
      // In order to receive the value of the hyperlink, you need 
      // to cast the sender to ReportComponentBase type.
      object hyperlinkValue = (sender as ReportComponentBase).Hyperlink.Value;
    
      MessageBox.Show("Hyperlink value = " + hyperlinkValue.ToString());
    }
    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();