FastReport 超链接跳转到新页面
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; using System.Drawing; using System.Data; using FastReport; using FastReport.Data; using FastReport.Dialog; using FastReport.Barcode; using FastReport.Table; using FastReport.Utils; namespace FastReport { public class ReportScript { private void Text25_Click(object sender, EventArgs e) { Text25.Hyperlink.Value="Rpt_wip_v2_fastreport_page.aspx?lot_name="+((String)Report.GetColumnValue("Table.LOT_NAME")+"&process="+Report.GetColumnValue("Table.ROUTE_STEP")); } private void Text25_AfterData(object sender, EventArgs e) { Text25_Click(null,null); } } }
作者:Allen Chen无影
邮箱:allen0717@163.com 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.