{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}

ServerName

Returns the HTTP_Server name of the server running i-net Clear Reports. This function is useful to create hyperlinks in the report, e.g. to another report.

Usage:

ServerName()

Returns:

  • http://<servername>
    report was executed with report server or servlet.
  • http://localhost
    report was executed with i-net Designer.

Examples:

ServerName() + "/?report=file:<report path>"    // Returns http://<servername>/?report=file:<report path>