Returns the QueryDef object associated with the report.
You can use the returned QueryDef object to get information about the query that was used to generate the report.
VBScript
reportMgr.GetQueryDef
Perl
$reportMgr->GetQueryDef();