水晶报表页面改变
如果报表包含不止一页,我们如何处理水晶报表中的页面更改。
How can we handle page changing in crystal report if report consist more than one page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如果报表包含不止一页,我们如何处理水晶报表中的页面更改。
How can we handle page changing in crystal report if report consist more than one page.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
如果您使用内置的水晶报表查看器,那么它将由控件本身自动处理。此外,您还可以使用 Crystal Report 提供的其他选项将其导出为各种格式,例如 pdf、txt 等
If you are using the inbuilt crystal reports viewer then it will be handled automatically by the control itself. Also you have other options provided by crystal report to export it to various formats like pdf, txt etc
您可以使用特殊字段为页码,然后将其输入到需要显示的报告 Haeder 或页脚中。
You can use Special Field is Page Number and than input it in your report Haeder or footer that you need to show.
在水晶报表中:
1.进入报告>栏目专家>
2.突出显示需要分页符的组的组页脚部分>
3.标记“之后的新页面”复选框>
4.单击“确定”
刷新报告
这是工作
In Crystal Reports:
1.Go to Report > Section Expert>
2.Highlight the Group Footer section for the group that needs to have the page break>
3.Mark the New Page After checkbox>
4.Click OK
Refresh the report
It's work