是否可以在 SSRS 中报告分页符?
Is it possible to have page breaks report in SSRS?
是否可以在 SSRS 中创建带分页符的报告(例如创建 6 页 A4 大小的报告?
是的,您可以在设计报表时添加分页符。
基于以下官方文档:
You can add a page break to rectangles, data regions, or groups within data regions to control the amount of information on each page. Adding page breaks can improve the performance of published reports because only the items on each page have to be processed as you view the report. When the whole report is a single page, all items must be processed before you can view the report.
此外,上面的 link 包含有关如何执行以下操作的指南:
- 向数据区域添加分页符
- 为矩形添加分页符
- 向 table、矩阵或列表中的行组添加分页符
其他有用的文章
是否可以在 SSRS 中创建带分页符的报告(例如创建 6 页 A4 大小的报告?
是的,您可以在设计报表时添加分页符。
基于以下官方文档:
You can add a page break to rectangles, data regions, or groups within data regions to control the amount of information on each page. Adding page breaks can improve the performance of published reports because only the items on each page have to be processed as you view the report. When the whole report is a single page, all items must be processed before you can view the report.
此外,上面的 link 包含有关如何执行以下操作的指南:
- 向数据区域添加分页符
- 为矩形添加分页符
- 向 table、矩阵或列表中的行组添加分页符
其他有用的文章