用心做好每一件事情!

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 @   无 影  阅读(357)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· SQL Server 2025 AI相关能力初探
· 展开说说关于C#中ORM框架的用法!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
作者: Allen【QQ:96966 1314】 网名:无影 出处: http://www.cnblogs.com/allen0118/ 声明: 本文版权归作者和博客园共有!转载时必须保留此段声明,且在文章页面明显位置给出原文连接。
点击右上角即可分享
微信分享提示