ssrs 衍生报告
我有很多具有相同参数的报告(例如日期时间自定义周期)。对于每个新报告,我必须重新创建参数列表。
是否有任何选项可以从基础报告中获取参数? 或者也许可以更简单地添加类似的参数?
I have a lot of reports which have the same parameters (datetime custom period forexample). For each new report I have to recreate list of parameters.
Is there any option to derive parameters from base report?
Or maybe it is possible to add similar parameters simpler?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以制作包含所有基础知识(参数、标题等)的模板报告。
然后在 BIDS 中,选择添加现有报告项目,浏览并选择您创建的模板报告。
Reporting Services 会将模板 rld 文件复制到项目文件夹中,并将报表添加到 BIDS 解决方案资源管理器中。
You can make a template report with all the basics (params, headers etc).
Then in BIDS, choose to add an existing report item, browse and select the template report you created.
Reporting services will copy the template rld file to the project folder and add the report to the BIDS solution explorer.