动态表单 asp.net

发布于 2024-09-26 23:46:53 字数 192 浏览 4 评论 0原文

今天我使用水晶报表创建参数化表单并将其保存为 PDF,但是没有其他选择吗?

我想做什么?好吧,只需有一个包含信息“占位符”的表单(这就是我使用 crystal 的方式)...然后在代码中我设置要绑定的占位符数据...另存为 PDF 并瞧...

但是 crystal 很痛苦来维护,田地不会自动生长。

谢谢大家.. 蒂亚戈.

Today i'm using crystal reports to create parameterized forms and save them into PDF, but isn't there other alternatives?

What i want to do? Well, simply have a form with information "placeholders" (that's how i'm using crystal) ... then in code i set the placeholder data to be binded ... Save as PDF and voila...

But crystal is a pain to maintain and the fields don't grow automatically.

Thank U All..
Tiago.

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

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

发布评论

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

评论(2

温柔一刀 2024-10-03 23:46:53

有多种方法可以在不使用 Crystal 的情况下生成 PDF。 iTextSharp 就是其中之一。您还可以使用 XSL 格式化对象 进行转换

There are multiple ways to generate PDF's without Crystal. iTextSharp is one. You can also use XSL Formatting objects to do with a transform

鹊巢 2024-10-03 23:46:53

为什么不使用 ASP.NET 页面本身作为模板 - 您可以使用各种控件(包括模板化控件,例如网格视图、转发器),然后使用常用的数据绑定方式绑定数据。用户 server.execute 运行页面并捕获 html 输出。现在使用许多可用的工具/库(例如 ABCPdf.Net)将其转换为 PDF。

Why not use ASP.NET page it self as a template - you can use various controls (including templated ones such as grid view, repeater) and then bind data using usual data-binding ways. User server.execute to run the page and capture html output. Now convert it to PDF using numerous tools/libraries (e.g. ABCPdf.Net) that are available for the same.

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