从 Reporting Services rdlc 报告的覆盖层生成表单
我不确定您在其他技术中如何称呼它,在 IBM i(或 iSeries)上我们称之为覆盖。覆盖层是存储在服务器上的表单图像,然后程序使用数据库中的字段生成表单,因此您可以消除预先打印的表单。
去年,我使用当时尝试的方法遇到了问题。当时这是一项紧急工作,稍后会重新进行。当时的解决方法是导出为 PDF。所以现在是“稍后”,并且再次是匆忙(想象一下)。这一切都是通过基于网络的界面完成的。
那么如何从曾经是预先打印好的表格中生成表格呢?您推荐什么方法?这是一个合法的表格,必须以某种方式填写,并且可以批量填写多个(最多 50 个左右)。我不想让他们一次打印一页。
任何想法将不胜感激!
更新:我发现这篇文章可能会对一些人有所帮助。这似乎证实了我做得对。
I am not sure what you call it in other technologies, on the IBM i (or iSeries) we call it overlays. The overlay is an image of a form that is stored on the server then a program generates the form with fields from the database so you can eliminate preprinted forms.
I had a problem last year with the method I was trying at the time. It was a rush job at the time to be revisited at a later point. The work-around at the time was to export to PDF. So now it is "later" and once again is a rush (imagine that). This is all done through a web-based interface.
So how do you generate forms from something that was once a preprinted form? What method do you recommend? This is a legal form and must be filled out a certain way and can have many in a batch (up to 50 or so). I would prefer to not have them print one page at a time.
Any ideas would be appreciated!
UPDATE: I found this article which may help some. It seems to confirm I am doing this right.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我上面提到的文章让我找到了正确的方向。
The article I mention above got me in the right direction.