docInfo(string)
Returns information specified in the Document Info tab of the 'Report Properties' dialog box. The fields include the following:
report.title
report.subject
report.author
report.keywords
report.comments
report.created
report.modified
report.format
report.format (available in onPrint Handler only).
Parameters
string String containing document property
Example
var text = docInfo['report.title'];
See Also
Report Properties, in Report Design, to set document information.
| << isNull(object) | © 1996-2013 InetSoft Technology Corporation (v11.4) | log(string) >> |