删除超链接 [英] Delete hyperlink

查看:88
本文介绍了删除超链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我的水晶报告包含事件视频文件的超链接(ie.avi文件)。
   My crystal report contain hyperlinks to the Event Video file (i.e..avi files).

推荐答案

1:创建一个名为"myUrl"的新公式字段.2:更改超链接的公式: {@myurl }
3:使用代码在运行时改变公式值

(也可以用参数做)

1: Create a new formula field ,named "myUrl"
2: change tihe hyperlink's formula: {@myurl}
3:  use the code  change the formula value in runtime

(also can do it with parameter)
myReport.DataDefinition.FormulaFields("myUrl").Text = "Your url or blank'";


这篇关于删除超链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆