This documentation is archived and is not being maintained.
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.ExtensionsAssembly:
Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)
public interface class ITraceableComponent
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