Description
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.
Syntaxe
VBScript
reportMgr.GetQueryDef
Perl
$reportMgr->GetQueryDef();
- Identificateur
- Description
- reportMgr
- The ReportMgr object associated with the current session.
- Return value
- The QueryDef object associated with the report.