作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我有一个包含 300 多行的数据表。我希望每个页面只显示 10 行。我想强制 xtrareport 在 10 行后中断。
知道如何做到这一点吗?
最佳答案
您可以在特定条件下强制分页。 This page在底部有一个例子。
Hi Cary,
To accomplish this task you can either add a GroupFooter band and set the GroupFooter.PageBreak to AfterBand. or put a XRPageBreak control, handle the Detail.BeforePrint and adjust the visibility of the XRPageBreak as you need. To get processing row you need to use the XtraReport.GetCurrentRow() method. Please try this solution, and let us know the results.
Thanks,
Andrew
关于c# - DEVEXPRESS - xtrareport - 分页符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9700059/
我是一名优秀的程序员,十分优秀!