• Set the color to Nothing and it works:

    =Iif(Fields!InstanceBlackout.Value = 1, "Orange", Nothing)

    Found the answer here.