GetQueryDef

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.

Syntax

VBScript


reportMgr.GetQueryDef 

Perl


$reportMgr->GetQueryDef(); 
Identifier
Description
reportMgr
The ReportMgr object associated with the current session.
Return value
The QueryDef object associated with the report.