...
Crystal Name | Data Type | Sample Value | Comments |
---|---|---|---|
__ApplianceRootUrl | string | https://demo.wiseowllegal.com.au | Used to load a custom logo: combine with "/CustomReportLogo". |
__ApplianceDnsName | string | demo.wiseowllegal.com.au | The same as __ApplianceRootUrl , but without the https:// at the start. Useful to identify an Appliance on a report. |
__CurrentUser | string | larry.lawyer | The current user name who is running the report |
__ReportName | string | Trust Trial Balance | The name of the report as listed in the reports in Wise Owl Legal. Note that this may be different from the Crystal Report name. |
__ReportId | integer | 8 | The report id which is being run. You can access additional information about the report via the table report.CrystalReport . |
__EnvironmentName | string | PROD | This will mostly be set to PROD , unless a client has a testing or staging Appliance configured. It is the name which appears in the top yellow warning bar. |
__ServerName | string | ALDRINGTON | This is the server name of the machine the Appliance is running on. It is generally not very useful as users do not see this name anywhere. |
__ApplianceBaseDnsName | string | demo | The first part of the Appliance URL (the demo part in demo.wiseowllegal.com.au). This contains a short Appliance name. However, a larger client may have a customised Appliance URL such as wiseowl.bigfirm.com.au, so care must be taken. |
Other parameters are passed based on view model data, ONLY when the report is assigned a to slot and the user clicks on the Print icon, base on the following rules:
...