ITraceLog.TraceError Property

Gets a Boolean value that indicates whether error messages are written to the trace log.

Namespace:  Microsoft.ReportingServices.Extensions
Assembly:  Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)

Syntax

'Declaration
ReadOnly Property TraceError As Boolean
    Get
'Usage
Dim instance As ITraceLog
Dim value As Boolean

value = instance.TraceError
bool TraceError { get; }
property bool TraceError {
    bool get ();
}
abstract TraceError : bool
function get TraceError () : boolean

Property Value

Type: System.Boolean
true if error messages are written to the trace log; otherwise, false.

Examples

See the example in ITraceableComponent.