Hello All
I have a time field of time from sql database (time(7)) format.
I want to display in rdlc format as HH:mm, but in the field format any form i use display #Error, i used all format i saw from internet as bellow, but all get same error, is there any problem in my report?
When im not using format it display for example, 14:14:00, i want to display 14:14
I tried expressions: = Format(Fields!TimeFrom.Value,"t"), with strings as "HH:mm", "HH\:mm", "t", "hh:mm", "hh\:mm" and many more.
Please Help
thank you
Go to the complete details ...