removeTemplateForReportInSession() Method
In ReportService, use the removeTemplateForReportInSession() method to remove a template from a report definition in the catalog based on the bipSessionToken of a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
boolean removeTemplateForReportInSession(String reportAbsolutePath, String templateFileName, String bipSessionToken);
Parameters for removeTemplateForReportInSession() 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 bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |