How to set your own ssrs default parameter

你。 提交于 2019-12-12 10:20:05

问题


I am using a SSRS Parameter for my reports.

The parameter is populated by a Dataset - sql query.

select ProductName from  Product 

I set these values using the 'Available Values' option

I want to set the Default Values as "Select"

When I select the No Default Value , the output message I see is is * select a value"

But my requirement is to see only "Select"

I dont see any other properties that I can set . is it possible to set your own default parameter ?


回答1:


The Available values determine what will be in the drop-down list. If you want "Select" to be in the list you will have to union that with your product names in the dataset query. The Default Values determine what is selected before you touch it. So your settings should look like this:



来源:https://stackoverflow.com/questions/20337650/how-to-set-your-own-ssrs-default-parameter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!