I found a work around:
In the Filter list dialog box in the expression box I entered: =IIF(Fields!DesignManager.Value = Parameters!PersonParam.Value
Or Fields!ConstructionManager.Value = Parameters!PersonParam.Value Or Fields!OwnerContact.Value = Parameters!PersonParam.Value, 1, 0)In the operator box I had it set to: =
In the value I put: =1
This combines all my or operators into one expression in the filter box and allowed me to organize them the way I wanted them.
Is not being able to Or in the and/or field a Visual Web Developer issue? Is this only enabled in Visual Studio? I have Visual Studio installed at home but I keep forgeting to look.