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.

Syntaxe

VBScript

reportMgr.GetQueryDef 

Perl

$reportMgr->GetQueryDef(); 
Identificateur
Description
reportMgr
The ReportMgr object associated with the current session.
Valeur renvoyée
The QueryDef object associated with the report.

Commentaires en retour