Hi All,
I am using rdlc report, i have a column in database which i want to display in the report.
vehicleDamageAr ea=1,2,3
In the report i need to mark the placeholders with these values .
=iif((Fields!ve hicleDamageArea .Value="3"),Chr (253),Chr(168)) like this.
But as we know,it will check the whole value 1,2,3="3" not the spilted values.
Any suggestion to check by spilting the vehicleDamageAr ea parameter.
I am using rdlc report, i have a column in database which i want to display in the report.
vehicleDamageAr ea=1,2,3
In the report i need to mark the placeholders with these values .
=iif((Fields!ve hicleDamageArea .Value="3"),Chr (253),Chr(168)) like this.
But as we know,it will check the whole value 1,2,3="3" not the spilted values.
Any suggestion to check by spilting the vehicleDamageAr ea parameter.
Comment