I'm using Microsoft Visual Studio and I'm trying to stop duplicate rows. The row in question is grouped. Under field properties there is an area called Visibility. For the Hidden value I am entering
Fields!fp_id = Previous(Fields!fp_id, True, False)
I get the message that it is not a valid Boolean value.