removeTemplateForReport() Method

In ReportService, use the removeTemplateForReport() method to remove a template from a report definition in the catalog.

Signature

boolean removeTemplateForReport(String reportAbsolutePath, String templateFileName, String userID, String password);

Parameters for removeTemplateForReport() Method

Parameter Description

String reportAbsolutePath

The path to the report from which to remove the template. For example: /HR Manager/Employee Reports/Employee Listing.xdo

String templateFileName

The file name of the template to remove.

String userID

Specifies the user name.

String password

Specifies the password for the user name.