getXDOSchema() Method
In ReportService, use the getXDOSchema() method to retrieve the XDO schema for a report definition in the catalog.
Signature
byte[] getXDOSchema(String reportAbsolutePath, String locale, String userID, String password);
Parameters for getXDOSchema() Method
Parameter | Description |
---|---|
String reportAbsolutePath |
The path to the report from which to retrieve the XDO schema. For example: /HR Manager/Employee Reports/Employee Listing.xdo |
String locale |
The locale of the template to retrieve (for example, |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |