If you do not want to set all report parameter values (e.g. user, password) in the URL on the client site then you can set these parameter values on the server side alternatively. For example this can be done for username, password and the database configuration parameters. In order to accomplish it please use the interface PropertiesChecker.
| If you use the class: | then you need to: |
|---|---|
| Listener | extend the class and override the needed (e.g.: checkProperties(…)) methods. |
| ReportSocket | implement the interface PropertiesChecker and call the method setPropertiesChecker. |
| ReportServlet | extend the class and override the needed (e.g.: checkProperties(…)) methods. |
| EngineRenderData | implement the interface PropertiesChecker and call the method setPropertiesChecker. |
i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to clearreports@inetsoftware.de.