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.
Describes 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 | The Delivery type. |
Render | 1 | The render type. |
Data | 2 | The Data type. |
All | 3 | All type extension. |
Remarks
Use the ExtensionTypeEnum enumeration with the ExtensionTypeEnum property of the ExtensionTypeEnum class.
ExtensionTypeEnum is passed as input to the ListExtensions method to indicate the type of extension that the method returns as output.