SSRS参数验证
我在 MS CRM 4.0 中使用 SSRS 报告
我的报告中有两个日期时间参数。它们都很好,直到有人输入无效格式,例如 9/30/2008
或 40/09/2008
或随机文本。它在事件日志中记录错误,但我的经理不想看到它。
现在,只是想知道如何进行客户端验证并在验证失败时停止执行报告。或者您是否知道如何阻止用户在输入框中键入内容,以便他们只能从日历控件中选择日期?
任何建议都会受到欢迎。
I am using SSRS reports in MS CRM 4.0
I have two datetime parameters in my report. They are fine until someone type in an invalid format, e.g. 9/30/2008
or 40/09/2008
or random text. It logs an Error in the event log but my manager doesn’t want to see it.
Now, just wondering how to do a client side validation and stop the report gets executed if the validation failed. Or do you know how to just stop user typing into the input boxes so they can only pickup a date from the calendar control?
Any advice will be welcomed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
欺骗这种情况发生的一种方法是使用依赖于日期字段的级联参数。如果这些无法填充,则报告本身将不会填充。
One way to trick this into happening is using cascading parameters that depend on the date fields. If these fail to populate then the report itself will not populate.