Originally Posted by Memphix
|
Visio has a field 'date printed'... is it possible to have this feature in the customized reports?
Currently there is last modified and revision number.
|
You can add a "ReportInfo" control to your custom report (it's in the toolbox) and set its "FormatString" property to one of the dropdown options (there are a lot of date format choices) or specify a custom format like:
{RunDateTime:dd/MM/yyyy}
Since you're probably looking for the month to follow the date.
-R