getTemplateParameters() Method
In ReportService, use the getTemplateParameters() method to get the parameters for a template.
See ParamNameValue.
Signature
ParamNameValue[] getTemplateParameters(String reportAbsolutePath, String templateID, String userID, String password);
Parameters for getTemplateParameters() 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 templateID |
The ID assigned to the template, for example: "Chart Layout". |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |