如何根据 Reporting Services 中的参数值选择不同的数据集
是否可以根据 Reporting Services 中的参数值选择不同的数据集(查询)? 提前致谢!
It is possible to select a different dataset (query) depending on the value of a parameter in Reporting Services? Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您调用存储过程来返回结果集,只需使用一个参数来确定要运行的查询版本。 保持结果集列及其类型相同。
if you call a stored procedure to return your result set, just have a parameter determine what version of the query to run. keep the result set columns and their types the same.