Tuesday, 30 July 2013

Check NULL Value in RDLC Report Viewer and Set Value as ' 0 '



In The Report viewer select table fields and select Expression of Table fields

and Write Expression as Follows


=IIf(IsNothing(Fields!TextBox1.Value),"0",Fields!TextBox1.Value)

No comments:

Post a Comment