getTemplateAvailableLocalesInSession() Method
In ReportService, use the getTemplateAvailableLocalesInSession() method to get the locales associated with the template.
Signature
public ArrayOfXsdString getTemplateAvailableLocalesInSession(String reportAbsolutePath, String templateID, String bipSessionToken);
Parameters for getTemplateAvailableLocalesInSession() Method
Parameter | Description |
---|---|
String reportAbsolutePath |
The absolute path to the report in catalog. |
String templateID |
The ID of the template used by the report. |
String bipSessionToken |
The session token retrieved from login. |