如何获得 SSRS 报告的高级日期控制以允许我选择年份?

发布于 2024-07-25 04:47:45 字数 49 浏览 7 评论 0 原文

有没有更好的方法让我们除了一次回溯一个月之外,一次回溯一年,而不是一次只回溯一个月?

Is there a better way to allow us to scan back a year at a time in addition to a month at a time rather than just only a month at a time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

指尖上的星空 2024-08-01 04:47:45

您可以添加年份 & 报告的月份参数,日期控件使用这些参数来获取起点。
例如,为用户提供可供选择的可能年份列表和月份列表。 将它们与“/01”结合使用来设置日期控制参数的默认值。

这将意味着额外的工作和 参数,但它会解决你的困境。

You could add Year & Month parameters to your report, which are used by the date control to get a starting point.
For example, Give the user a list of possible years to choose from and a list of months. Use these in conjunction with '/01' to set the default for you date control parameter.

This will mean extra work & paramters, but it will solve your dilemma.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文