Tuesday, July 01, 2008

SSRS report print date in Report builder

To create a Print date field on a report in SSRS report builder:

1. right click the report Insert\textbox
2. double click it to select its contents
3. set its text to =now.ToString("dd/MM/yyyy hh:mm:ss")
4. run the report

No comments: