This topic is locked

date on report page

12/21/2012 3:04:57 AM
ASPRunnerPro General questions
S
sickacid author

Hi! I found this topic

http://www.asprunner.com/forums/topic/16288-print-date-on-reports/
But I have this problem: I haven't the Print Friendly tab in the Events editor! the field print friendy is flagged as on in the layout page, and i've try to rebuild the report from zero, but nothing.

What can i do?

Sergey Kornilov admin 12/21/2012

Report printer pages do not have events. You can insert "ASP code snippet" there and use the following code:

Response.Write now()