我有一個RS基本表設置的報告,我已經設置它來隱藏特定的列,如果選擇了自定義指定的值。參數設置如下所示:SSRS自定義可視性參數 - 多選擇錯誤
Label | Value
Select All | 1
Select 1 | 2
Select 2 | 3
Select 3 | 4
然後在表矩陣列可視性其設置爲:
=Parameters!Client.Value <> 1
但是我非常想將其設置爲選擇,不過參數值,我得到的不止一個:
The Hidden expression for the table 'tablix' contains an error: operator <> is not defined for the type Object() and type integer .
任何想法?
@Gavin,你有沒有設法得到這個解決方案? –