简体   繁体   English

SSRS下拉菜单和输入参数

[英]SSRS drop down and input parameter

I am creating an SSRS report in Visual Studio 2008 and I was wondering if it is possible to have a drop down parameter that also allows user input. 我正在Visual Studio 2008中创建SSRS报表,我想知道是否有可能具有允许用户输入的下拉参数。 I have done a lot of research and haven't found anything that talks about this issue. 我进行了大量研究,但没有发现任何有关此问题的信息。

I have a multi-value drop down parameter that is populated through a query. 我有一个通过查询填充的多值下拉参数。 I would like my user to be able to input a new value and use that along with the other values that are already populated in the drop down menu. 我希望用户能够输入一个新值,并将其与下拉菜单中已填充的其他值一起使用。

Any help and/or suggestions are appreciated! 任何帮助和/或建议,表示赞赏!

I would create a new Parameter before the existing multi-value parameter. 我将在现有的多值参数之前创建一个新的参数。 This would be a single-value with no associated dataset. 这将是一个没有关联数据集的单值。

Then in the current query driving the multi-value parameter, I would add a UNION ALL clause to add a single row for the input value. 然后,在驱动多值参数的当前查询中,我将添加UNION ALL子句以为输入值添加一行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM