GetReportMgrByReportDbId

Description

Returns the ReportMgr object associated with the current session. This method is the same as GetReportMgr, except the report is designated by DBID, rather than report name. Report to be generated is designated by the report_dbid parameter.

Syntax

VBScript


workspace.GetReportMgrByReportDbId report_dbid 

Perl


$workspace->GetReportMgrByReportDbId(report_dbid); 
Identifier
Description
workspace
The Workspace object obtained from the current session.
report_dbid
A String containing the DBID of the report to run with the returned ReportMgr object.
Return value
Returns a reference to a ReportMgr object.