Class ConfigFile.Reporter
Configuration values related to Reporter.
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Reporter
Properties
ExePath
Contains the path to the folder where the file SoReporterExecuter.exe is located.
Declaration
public static string ExePath { get; set; }
Property Value
Type | Description |
---|---|
string |
ODBC
ODBC Datasource name to use when running Reporter
Declaration
public static string ODBC { get; set; }
Property Value
Type | Description |
---|---|
string |
Timeout
Timeout in milliseconds for the reporter process.
Declaration
public static int Timeout { get; set; }
Property Value
Type | Description |
---|---|
int |