adsense

Wednesday, September 1, 2010

FormatDateTime in Microroft Reporting (RDLC)

You can use following code snippet to format date in RDLC reports.

Format(Fields!PublicationDate.Value,"dd.MM.yyyy HH:mm:ss")
You can specify the Format property (in the properties box for the date field) to the above value.

Regards
Samitha

No comments:

Post a Comment