Q:
I want to check the DateTime against null value to empty the cell in my report if the datetime is null.but i don’t know how to do this :it appears like this 1/1/0001 if it was null.and i want it to be empty cell.
This is the datatype in my dataset :

and this is the expression value of my column :
=FormatDateTime(Fields!D_DateTime.Value,2)
Thanks a lot ,i think this fixes my problem.