I found the solution
=IIf(Parameters!txtmodelphone.Value = "0", " ", Parameters!txtmodelphone.Value)
in HTML page i must add text = 0 or anything like please add something
in report 0 or please add something = nothing
now working
=IIf(Parameters!txtmodelphone.Value = "please add something", " ", Parameters!txtmodelphone.Value)