Extension Class
Represents an extension that is registered with the report server.
Inheritance Hierarchy
System.Object
  ReportExecution2005.Extension
Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.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.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ExtensionType | The extension type (ExtensionTypeEnum enumerator). Read-only. | 
| .gif) | IsModelGenerationSupported | Indicates whether this extension supports model generation. | 
| .gif) | LocalizedName | The localized name to be used for display purposes on a user interface. Read-only. | 
| .gif) | Name | The name of the extension. Read-only. | 
| .gif) | Visible | Indicates whether an extension is visible in the user interface. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
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.