web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Format a date in SSRS report

Faisal Fareed Profile Picture Faisal Fareed 10,796 User Group Leader
After adding a Date parameter in contract class of SSRS report it starts showing in report's parameters node with Data type DateTime.























There is no option to make it either short date or format a date at parameter level. You can use following expression in report design where this parameter has been used in design, mostly in textbox.

=format(Parameters!Dataset1_AsPerDate.Value,"dd/MM/yyyy")


Happy Daxur!ng

This was originally posted here.

Comments

*This post is locked for comments