DataDynamics ActiveReports 不打印页脚

发布于 2024-09-16 18:01:26 字数 788 浏览 2 评论 0原文

我正在使用 DataDynamics ActiveReport 生成报告。当我运行程序并生成报告时,一切看起来都很好。然而,当我打印报告时,页脚未打印。出了什么问题以及如何解决这个问题?

编辑:如果需要,我将在横向模式下创建 11x17 报告。我可以将其导出为 pdf(其中显示页脚),然后打印。生成的打印输出有页脚,但会剪掉页面。如果我将其打印到网络上的打印机或使用文档编写器,则页脚不会显示。为了使事情变得更复杂,当我添加页眉时,页眉打印,而不是页脚。

编辑:一位朋友也在这里打印了 11x17 ActiveReport,她也遇到了同样的问题。如果只是打印机而不是文档编写器的问题,我会认为这是因为我们将其打印在两张纸上,因为我们没有 11x17 纸张,但当我们将其打印到 .tif 文件时,也会出现同样的问题。

如果有帮助,我可以在 ReportStart 中设置页面设​​置:

Me.PageSettings.PaperKind = Drawing.Printing.PaperKind.Standard11x17
Me.Document.Printer.PrinterName = ""
Me.PageSettings.Orientation = PageOrientation.Landscape
Me.PageSettings.Margins.Top = 0.25
Me.PageSettings.Margins.Bottom = 0.25
Me.PageSettings.Margins.Left = 0.25
Me.PageSettings.Margins.Right = 0.25

并且在报表属性中将打印宽度设置为 16.5。

I am using DataDynamics ActiveReport to generate a report. When I run the program and generate the report everything looks fine. Yet when I print the report the page footer isn't printed. What is going wrong and how do I fix this?

EDIT: In case this is needed I am creating an 11x17 report in landscape mode. I am able to export this to a pdf (which has the page footer showing up) and then print. The resulting printout has the footer but cuts off the page. If I print this to a printer on the network or with my document writer the page footer does not show up. To make this more complicated when I added a page header the page header prints, just not the footer.

EDIT: A friend printed off here 11x17 ActiveReport off as well and she had the same problem. If it was just the printer and not the document writer I would assume it was because we are printing it on two sheets as we don't have 11x17 paper, but the same problem happens when we print it to a .tif file.

If it helps I set the page settings within ReportStart:

Me.PageSettings.PaperKind = Drawing.Printing.PaperKind.Standard11x17
Me.Document.Printer.PrinterName = ""
Me.PageSettings.Orientation = PageOrientation.Landscape
Me.PageSettings.Margins.Top = 0.25
Me.PageSettings.Margins.Bottom = 0.25
Me.PageSettings.Margins.Left = 0.25
Me.PageSettings.Margins.Right = 0.25

And I set the print width, within the properties of the report, to 16.5.

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

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

发布评论

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

评论(1

居里长安 2024-09-23 18:01:26

对于给您带来的不便,我们深表歉意。我已要求 ActiveReports 团队调查到底发生了什么。一旦有答案我会立即更新。同时,您有样本报告或工作项目可以通过电子邮件发送给我们吗?这肯定会有助于了解正在发生的事情。如果您有任何与 ActiveReports 相关的问题,可以随时发送电子邮件[电子邮件受保护]

谢谢拉吉

Apologize for the inconvenience. I have asked the ActiveReports team to investigate what is going on. I will update as soon as I have an answer. In the meantime, do u have a sample report or a working project that you can email us? That will definitely help in finding ou what is going on. You can always email [email protected] if you have any ActiveReports related questions.

thanks

raji

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