ExtensionTypeEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the type of extension that is registered with the report server.
public enum class ExtensionTypeEnum
public enum ExtensionTypeEnum
type ExtensionTypeEnum =
Public Enum ExtensionTypeEnum
- Inheritance
-
ExtensionTypeEnum
Fields
Name | Value | Description |
---|---|---|
Delivery | 0 | Describes a delivery extension type. |
Render | 1 | Describes a rendering extension type. |
Data | 2 | Describes a data processing extension type. |
All | 3 | Describes all extension types. |
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.