GetReportDbIdList

Description

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

Note: This method is for Windows™ only.
Note: For more information on DBIDs, see Working with records

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.