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
Public Class Extension
'Usage
Dim instance As Extension
public class Extension
public ref class Extension
type Extension = class end
public class Extension
The Extension type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Extension | Initializes a new instance of the Extension class. |
Top
Properties
Name | Description | |
---|---|---|
ExtensionType | The extension type (ExtensionTypeEnum enumerator). Read-only. | |
IsModelGenerationSupported | Indicates whether this extension supports model generation. | |
LocalizedName | The localized name to be used for display purposes on a user interface. Read-only. | |
Name | The name of the extension. Read-only. | |
Visible | Indicates whether an extension is visible in the user interface. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.