导出到 Excel 时在 SSRS R2 中设置页面名称
将 SSRS 导出到 Excel 时,我必须为每个分页符添加工作表名称。我阅读了文档,但无法在 tablix 属性中获取 PageName 属性。 我也检查了组属性,但只有我可以在
使用 SSRS R2 的组实例之间设置分页符选项。这个 alloe 仅适用于报表生成器吗?
有人可以帮助我!
谢谢
I've to put sheetnames when export my SSRS to excel for each pagebreak. I read the documentation and I couldn't get the PageName properties in my tablix properties.
I checked in group properties as well but only I can setup page breaks options between instances of a group
I'm working with SSRS R2. Is this alloe only for Report builder?
someone can help me!!!
Thankss
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,PageName 属性在报表设计器 (BIDS) 中也可用。右键点击就找不到了
报告项目并选择属性。相反,请在属性窗口中查找 Tablix。
您可能需要检查的另一件事是项目的目标服务器版本属性。如您所知,这仅在
SQL2008R2。因此,如果目标服务器版本设置为 SQL2008 或之前的版本,您将看不到它。
〜萨姆。
No, PageName property is available in the report designer (BIDS) also. You won't find it when you right click on the
report item and choose properties. Instead, look in the properties window for the tablix.
One other thing you may want to check is the Target Server Version property for the project. As you know this is only in
SQL2008R2. So, you won't see it if the target server version is set to SQL2008 or prior versions.
~Sam.