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