Extension Class

Represents an extension that is registered with the report server.

Inheritance Hierarchy

System.Object
  ReportService2005.Extension

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.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

The Extension type exposes the following members.

Constructors

  Name Description
Public method Extension Initializes a new instance of the Extension class.

Top

Properties

  Name Description
Public property ExtensionType The ExtensionTypeEnum enumeration. Read-only.
Public property IsModelGenerationSupported Indicates whether this extension supports model generation.
Public property LocalizedName The localized name to be used for display purposes on a user interface.
Public property Name The name of the extension.
Public property Visible Indicates whether an extension is visible in the user interface.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

Extension is returned as output by the ListExtensions method.

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.

See Also

Reference