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.
Tablix 自体に表示されないデータセット フィールドによってフィルター処理される Tablix を作成しました。次に、フッター行に合計を追加しました:
=Strings.FormatNumber(Sum(CDec(Fields!BillHours.Value)), 2)
ただし、生成された合計はすべてのデータセット BillHours のものであり、フィルタリングされたものではありません。どうすれば修正できますか?