如何在 MS Reporting Service 的 MS Business Intelligence Studio 的报表设计器中插入会话?
我正在尝试将我们的报告从 Crystal 报告迁移到 MS 报告服务。在 Crystal Report 报表设计器中,我可以组织报表的各个部分,包括插入部分、添加抑制条件。请告知我如何在 MS Business Intelligence Studio(内置于 Visual Studio 2008 中)中实现这些目标。
谢谢你!
BR, 蔡威廉
I'm trying to migrate our reporting from Crystal report to MS Reporting Service. In the Crystal Report report designer, I can organize sections of the report, including inserting sections, adding suppress conditions. Please kindly advise how can I achieve those in MS Business Intelligence Studio (built in Visual Studio 2008).
Thank you!
BRs,
William Choi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要组织部分,请查看子报表。您可以向子报表添加多个元素,然后将子报表添加到主报表。然后您可以在表达式中设置整个子报表的可见性。
MSDN:SSRS 子报告
To organize sections, take a look at Subreports. You can add several elements to a subreport, and then add the subreport to the main report. Then you can set the visibility of the whole subreport in an expression.
MSDN: SSRS Subreports
在 ssrs 中,您可以添加新表达式来控制报告行为。例如,您可以编写一个表达式来控制文本框的可见性。
in ssrs you can add new expressions for controlling of the report behaviors. for example you can write an expression for controlling of a textbox visibility.