Show / Hide Table of Contents

Class ConfigFile.Reporter

Configuration values related to Reporter.

Inheritance
object
ConfigFile.Reporter
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top