NetServer Reporter element
•
Environment: onsite
Some tooltip text!
• 1 minute to read
• 1 minute to read
Configuration values related to Reporter.
<Reporter>
<add key="ExePath" value="bin\\Reporter" />
<add key="Timeout" value="300000" />
<add key="ODBC" value="SuperOffice" />
</Reporter>
Name | Description | Default |
---|---|---|
ExePath | Contains the path to the folder where the file SoReporterExecuter.exe is located. | bin\Reporter |
ODBC | ODBC data-source name to use when running Reporter. | |
Timeout | Timeout in milliseconds for the reporter process. | 300000 |
See the NetServer Core reference for details about handling this programmatically.
Note
Declaration is needed in the top of the web config file
<section name="Reporter" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />