Application.DebugReport

This property returns the Report containing process execution log; DebugLog is enabled if needed, new Report is created if needed.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property Application.DebugReport( _
    Optional nLogLevel As LogLevel = scLogEverything) As Report
nLogLevel [in,optional]

Type: LogLevel

Default value: scLogEverything

Report