> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NetServer Reporter element

> NetServer Reporter element

Configuration values related to Reporter.

<Danger>
  Reporter has been removed in SuperOffice version 11.10, therefore this section is obsolete from version 11.10.
</Danger>

```XML theme={null}
<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][1] for details about handling this programmatically.

<Note>
  Declaration is needed in the top of the web config file
</Note>

```XML theme={null}
<section name="Reporter" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
```

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.Reporter.yml


## Related topics

- [NetServer BatchService element](/en/onsite/web-config/batchservice.md)
- [NetServer Services element](/en/onsite/web-config/services.md)
- [NetServer Scripting element](/en/onsite/web-config/scripting.md)
- [NetServer Infrastructure element](/en/onsite/web-config/infrastructure.md)
- [NetServer Webhooks element](/en/onsite/web-config/webhooks.md)
- [NetServer Factory element](/en/onsite/web-config/factory.md)
