简体   繁体   English

如何使多值参数从ssrs报告中的下拉列表中选择或键入值

[英]How to make multivalue parameter to be selected from drop down or type values in ssrs report

How to make multivalue parameter to be selected from drop down or type values in ssrs report? 如何在ssrs报告中从下拉列表中选择多值参数或键入值?

I have multivalue parameter in my report I want to make this parameter select from dropdown or type values for parameters? 我的报表中有多值参数,我想从下拉列表中选择该参数还是输入参数值?

Thanks for your replay but above link is not for my situation. 感谢您的重播,但以上链接与我的情况无关。 I have 1 Report which has 4 parameters @StartDate,@EndDate,@Store,@Employee_ID -- @Store is multivalve parameters and user can select from dropdown list. 我有1个报表,其中包含4个参数@ StartDate,@ EndDate,@ Store,@ Employee_ID-@Store是多阀参数,用户可以从下拉列表中进行选择。 --@Employee_ID is also multivalve parameters and user can select from drop down list. -@ Employee_ID也是多阀参数,用户可以从下拉列表中选择。

Now I want to change this@Employee_ID Parameter SO user can select from dropdown list (select all or few Employee_id)Or if user know Employee_ID he can just type (Type employee_Id 1 or more then 1)for that Employe ID and run the report. 现在,我想更改this @ Employee_ID参数,因此用户可以从下拉列表中选择(选择全部或很少的Employee_id),或者如果用户知道Employee_ID,则可以键入该Employe ID(键入employee_Id 1或大于1,然后运行该报表)。

Is this possible in ssrs? 在ssrs中可能吗?

[I assume you are asking about how to allow the user to enter multi-select parameter values with typing on their keyboard, and that you have the existing use of the multi-value parameters already set up.] [我假设您正在询问如何允许用户通过在其键盘上键入来输入多选参数值,并且您已经设置了多值参数的现有用法。]

While not a duplicate of an older Stackoverflow question, the answers are the same: How to change the SSRS input parameters position in report 虽然不是旧的Stackoverflow问题的重复,但是答案是相同的: 如何更改报告中的SSRS输入参数位置

Basically, you can't easily change the default interface for SSRS parameters. 基本上,您不能轻易更改SSRS参数的默认界面。 But it's not too hard to create your own website or application to create calls to SSRS. 但是创建您自己的网站或应用程序以创建对SSRS的调用并不是很困难。 Then you can create whatever UI you can dream up. 然后,您可以创建您可以梦想的任何UI。

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

相关问题 如何从SSRS中的多值参数结果集中插入? - How to make an insert from the multivalue parameter resultset in SSRS? 在 SSRS 中为金额范围创建多值下拉列表 - Create a Multivalue Drop Down in SSRS for an Amount Range 我如何扩展代码以便能够显示来自 SSRS 报告中选定列的值的下拉列表 - How can i extend the code to be able to show drop list of values from selected column in SSRS report 在多值参数上选择“全选”时如何做出不同的行为 - How to make different behavior when 'select all' is selected on a multivalue parameter 如何从子报表中的父报表访问参数? SSRS - How to access parameter from parent report within child report? SSRS 如何在SSRS中将字段的所有值作为参数传递给子报表? - How to pass all values of a field to a sub-report as a parameter in SSRS? 如何使SSRS使用一个参数运行并发送PDF报告,然后更改参数并运行并发送另一报告? - How to make SSRS run and send PDF report using one parameter, then change the parameter and run and send another report? 如何在SSRS中使用多值参数 - How to use multivalue parameters in SSRS 如果在多值参数中选择20个以上的值,SSRS报告将不会编译 - SSRS Report won't compile if 20+ values selected in multi-valule parameter 数据集查询中的SSRS多值参数问题 - SSRS Multivalue Parameter in Dataset Query issue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM