Énumération ExtensionTypeEnum
Describes the type of extension that is registered with the report server.
Espace de noms : ReportExecution2005
Assembly : ReportExecution2005 (en ReportExecution2005.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Enumeration ExtensionTypeEnum
'Utilisation
Dim instance As ExtensionTypeEnum
[SerializableAttribute]
public enum ExtensionTypeEnum
[SerializableAttribute]
public enum class ExtensionTypeEnum
[<SerializableAttribute>]
type ExtensionTypeEnum
public enum ExtensionTypeEnum
Membres
Nom de membre | 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. |
Notes
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.