Connecting Tech Pros Worldwide Forums | Help | Site Map

date/time in page layout - SSRS layout

Newbie
 
Join Date: Apr 2008
Posts: 18
#1: Apr 25 '08
Hi

I am new to SSRS

I need to display time and date in page header,I have like

'="Report Time: " & Globals!ExecutionTime'

and also page title with this

How can I do this

Thanks

Member
 
Join Date: Dec 2007
Posts: 81
#2: Apr 28 '08

re: date/time in page layout - SSRS layout


So, is Globals!ExecutionTime working?

You can make use of existing functions the reporting services provide.
If you go to Edit Expression, you will see "Common Functions" on the lower left pane. Expand that and all the functions are there, including functions related to "Date & Time". Select the function that matches your need for display of date and time.
Reply