ITraceableComponent Interface

 

Updated: February 25, 2016

Represents a custom Reporting Services extension that can write trace messages to the report server trace log. 

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

public interface class ITraceableComponent

NameDescription
System_CAPS_pubmethodSetTraceLog(ITraceLog^)

Sets the handle to an ITraceLog object. The custom extension can use the ITraceLog object to write messages to the report server trace log.

The following sample class demonstrates how to implement the ITraceableComponent interface to log an error message in the report server trace log.

No code example is currently available or this language may not be supported.
Return to top
Show: