Thursday, 31 January 2019

Hiding text box on visual studio expression

here group value is 10 text box will be hide, if 20 it will visible

=iif((First(Fields!CustGroup.Value, "10") = "20"),True,false)

No comments:

Post a Comment