Search code examples
reporting-servicesssrs-2012ssrs-tablix

SSRS : Date format expression in Text box


In the SSRS Report I need to show the below format in TextBox.

Example: By default, it should pick a current date.

**Data Reporting

18, April 2018**

How to write the Expression?


Solution

  • Try Format(Now(),"MMMM dd,yyyy") which would yield April 18,2018. You could check this for more formats: https://dattatreysindol.files.wordpress.com/2011/02/ssrs_date_time_formatting_demo_1016x5701.png