Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top