在Devexpress xtraReport中,导出为pdf时如何删除超链接?

发布于 2024-11-18 05:15:35 字数 232 浏览 1 评论 0原文

我使用 xtraReport 生成报告。我的报告中有一些通过设置 XRControl.NavigateUrl 创建的超链接。

当我导出到 xls 时,我可以设置 XlsExportOptions.ExportHyperlinks = false 来禁用这些超链接。

但是当我尝试导出为 pdf 格式时,我找不到类似的东西来禁用 pdf 中的超链接。

如何删除pdf中的这些超链接?

谢谢

I generate a report using xtraReport. There are some hyperlink in my report that created by setting XRControl.NavigateUrl.

When I export to xls, I can set the XlsExportOptions.ExportHyperlinks = false to disable these hyperlinks.

But when I try to export to pdf format, I could not find a similar thing to disable hyperlink in pdf.

How can I remove these hyperlinks in pdf?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝眼睛不忧郁 2024-11-25 05:15:35

我可以建议您修改该报告,如 How 中所示仅在导出报表时自定义报表控件的外观示例。

I can suggest that you modify the report as it is shown in the How to customize a report control's appearance only when exporting the report example.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文