updateReportDefinition() Method
In ReportService, use the updateReportDefinition() to update attributes of the report definition file (.xdo) and write the file back to the catalog.
Signature
boolean updateReportDefinition(String reportAbsPath, ReportDefinition newReportDefn, String userID, String password);
Parameters for updateReportDefinition() Method
Parameter | Description |
---|---|
String reportAbsPath |
The path to the report for which to update the report definition. For example: /HR Manager/Employee Reports/Employee Listing.xdo |
ReportDefinition newReportDefn |
See ReportDefinition. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |