用心做好每一件事情!

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);  
    }
  }
}

 

 

 

posted @ 2022-05-30 21:45  无 影  阅读(311)  评论(0编辑  收藏  举报
作者: Allen【QQ:96966 1314】 网名:无影 出处: http://www.cnblogs.com/allen0118/ 声明: 本文版权归作者和博客园共有!转载时必须保留此段声明,且在文章页面明显位置给出原文连接。