Hello, How Can I write in Visual Studio to hide a row IF the a button on the Item Card is Ticked.
I have a button "Qa Inspection In" on the item card. If this is ticked my report it should display the row. If it is unticked the row should be hidden.
I'm thinking it's something along these lines..
==iif(Fields!Item_QaInspectionIn.Value, TRUE *Then Show, otherwise Hide*
*This post is locked for comments
I have the same question (0)