Visual Studio 2008 Crystal Reports 中的可选参数
我正在 Visual Studio 2008 中开发 Crystal Report。
我正在尝试实现可选参数,以便用户不必为特定字段指定值或范围。本质上,这意味着如果用户愿意,就不会对该字段进行过滤。
但是,我似乎不知道如何做到这一点。有人有什么想法吗?
如果需要更多信息,请告诉我。
I am developing a Crystal Report in Visual Studio 2008.
I am trying to implement optional parameters so that a user does not have to specify a value or range for a particular field. Essentially, this means there is no filtering done on that field if the user wishes.
However, I can't seem to figure out how to do this. Does anyone have any ideas?
Let me know if more information is required.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能会发现此方法很有帮助:Crystal Reports :可选-多选参数。
You might find this approach helpful: Crystal Reports: Optional-Multi-Select Parameters.