Extension Class

Represents an extension that is registered with the report server.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Extension
'Usage
Dim instance As Extension
[SerializableAttribute]
public class Extension
[SerializableAttribute]
public ref class Extension
[<SerializableAttribute>]
type Extension =  class end
public class Extension

Remarks

An Extension object is returned as output by the ListExtensions method.

Inheritance Hierarchy

System.Object
  ReportService2006.Extension

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.