Parameter is missing a value ssrs 2008

前端 未结 10 1234
一生所求
一生所求 2021-01-01 16:53

I have a parameter of integer datatype which is hidden. When i run the report, report gives me an error

Parameter X is missing a value

10条回答
  •  心在旅途
    2021-01-01 17:21

    First of all,

    Check that parameter's - Available Values by going to report parameters properties.

    It must not be specified any values. So we should set it as None

    Second work around is,

    Just add a blank space at Specify values - in Default values inside report parameters properties.

    This will surely work. Hope it will save your time.

提交回复
热议问题