If you are making the report in VS, I've used a formula in the row visibility in order to hide it if it meets certain criteria. For example: =IIF(Fields!Type.Value like "PR*" OR Fields!ItemId.Value like "*C" OR Fields!ItemId.Value like "",True,False) The last part of that equation in if ItemID is empty so hopefully that is what you are looking for. If you need help finding where to put that in your report, let me know.
↧