How do I display todays date on SSRS report?

Neo picture Neo · Apr 11, 2013 · Viewed 119.3k times · Source

I want to show up Todays date as report generated date on SSRS report.

How can i do that ?

should I use any variable ?

please help me I'm newbie to SSRS.

For example refer this image: enter image description here

Answer

Sooraj Chandu picture Sooraj Chandu · Apr 11, 2013

date column 1:

=formatdatetime(today)