Kiểm tra null, empty trong report viewer (check null, empty in report viewer)
Bạn click trên field cần chỉnh sửa -> Expression
1 2 3 4 5 |
1.=IIF(IsNothing(Fields!Address2.Value),False,True) 2.=IIF(Len(Fields!Address2.Value) = 0,False,True) 3.=IIF(Fields!Address2.Value = "null",True,False) |
Các bạn nhận vào và check lại là ok