Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
グラフまたはテーブルではなく、パラメータを指定するレポートがあります。私がやりたいことは、ドロップダウンで選択した値に基づいて、適切な要素を単純に非表示にして表示することです。これは可能ですか?
これを試して :
IIf(Parameters!YourParameterName.Value == "Something", True, False)
上記の式は、テーブルの可視性プロパティに記述する必要があります