GetReportDbIdList

Description

Returns the list of DBIDs parallel to the list returned from the GetReportList method.

Note: This method is for Windows only.
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.GetReportDbIdList reporttype 

Perl

$workspace->GetReportDbIdList(reporttype); 
Identifier
Description
workspace
The Workspace object obtained from the current session.
reporttype
The type of reports to return.
  1. public reports
  2. personal reports
  3. all public and personal reports
Return value
For Visual Basic, returns an array of Variants (each containing a string) that make up the list of DBIDs parallel to the list returned from GetReportList. Each string names one DBID.

For Perl, returns a reference to an array of strings. Each string names one DBID.


Feedback