getReportDefinition() Method

In ReportService, use the getReportDefinition() method to get information about a report, such as the default template, output type, and a list of template IDs

With the list of template IDs, you can generate a report with a template other than the default. See ReportDefinition.

Signature

ReportDefinition getReportDefinition(String reportAbsolutePath, String userID, String password);

Parameters for getReportDefinition() Method

Parameter Description

String reportAbsolutePath

The path to the report for which to retrieve the report definition. For example: /HR Manager/Employee Reports/Employee Listing.xdo

String userID

Specifies the user name.

String password

Specifies the password for the user name.