显示组的不同页脚
我有一份报告,其中包含按某个键分组的多个项目。例如,我需要为每个组显示不同的页脚(总计或根据组中的数据计算出的任何内容)。有谁知道该怎么做?我正在使用 Vs2010 和本地报告服务。
I have a report with several items grouped by some key. I need to show for each group a different page footer for example (totals or anything calculated from the data in the group). Does anyone know how to do this? I am using Vs2010 and local reporting services.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您从 tablix(表、矩阵、列表)创建组时。选择选项添加组页脚。然后,查看设计表面的底部。有一个名为“行组”的部分,您可以在其中选择新创建的组的名称,然后右键单击,选择属性。接下来,转到分页符,然后选择分页符选项“打破组的每个实例”,选择“也在组的末尾”
欢呼。
When you create your group from a tablix( Table, Matrix, List). Choose the option Add Group Footer. Then, Look at the bottom of the design surface. There is a section called Row Groups, inside which you select the name of your newly created group, and then right click, select properties. Next, go to Page Breaks, then choose the page break options "Break each instance of a group", select "Also at the end of a group"
Cheer.
如果事情变得太复杂,这可能是使用子报告的良好候选者,但这实际上取决于您的要求是什么,例如。您需要多少空间,这些页脚有多复杂。
This might be a good candidate for using sub reports if the thing gets too complex, but that really depends on what are your requirements eg. how much space you need, how complex are those footers.