all I use Winform (C #) and MySQL RDLC. In this, I am trying to show the date only in Tablex.
But this date format also has time. How to remove time.
My expression is ..
=Fields!date.Value
See my report below.

Thanks in advance?
I tried = Fields! date.Value.ToString ("dd / MM / yyyy") in the expression But this is due to an error, .. Error 1 An error occurred while checking. HRESULT = '8000000A'
source
share