Share via


EventLogLevel Enumeration

Specifies the type of errors to log in the EnableEventLog method of the ReportDocument class.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration EventLogLevel
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration EventLogLevel : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
LogCRPEAPIErrors Indicates that event logging will record Crystal Report Print Engine API errors.
LogEngineErrors Indicates that event logging will record Crystal Report Print Engine errors.
NoLogging Indicates that there will be no event logging.

Inheritance Hierarchy

Object
   ValueType
      Enum
         EventLogLevel

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace