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.

Note: This method became available in version 2002.05.00. In version 7.0.0.0 the limit on the number of records that can be stored increased so the range of DBIDs also increased. However, Rational ClearQuest clients earlier than version 7.0.0.0 cannot display records with database identifiers (DBIDs) higher than the former limit. For more information on DBIDs, see Mit Datensätzen arbeiten

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.

Feedback