ExtensionTypeEnum Enumeration
SQL Server 2000
Describes the type of extension that is registered with the report server.
Public Enum ExtensionTypeEnum Member of [Namespace]
public enum ExtensionTypeEnum; Member of [Namespace]
Remarks
Use the ExtensionTypeEnum enumeration with the ExtensionType property of the Extension class.
ExtensionTypeEnum is passed as input to the ListExtensions method to indicate the type of extension that the method returns as output.
Members
| Name | Description |
|---|---|
| Delivery | Describes a delivery extension type. |
| Render | Describes a rendering extension type. |
| Data | Describes a data processing extension type. |
| All | Describes all extension types. |