Is there any way to display the current date and time when the report generated in a textbox in the report header section?
Thanks,
Steven
3 Answers, 1 is accepted
0
Ivan
Telerik team
answered on 09 Jan 2008, 02:57 PM
Hello Steven,
To have a time-stamp on your report you should use the Now() function as it is shown on the pictures bellow.
Use Expression Editor to set the textBox's Value property to "=Now()":
Then open the preview page of the designer to see the result: