Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Describes the type of extension that is registered with the report server.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Enumeration ExtensionTypeEnum
'Usage
Dim instance As ExtensionTypeEnum
public enum ExtensionTypeEnum
public enum class ExtensionTypeEnum
type ExtensionTypeEnum
public enum ExtensionTypeEnum
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Delivery | Describes a delivery extension type. | |
| Render | Describes a rendering extension type. | |
| Data | Describes a data processing extension type. | |
| All | Describes all extension types. |
Hinweise
Use the ExtensionTypeEnum enumeration with the ExtensionType property of the Extension class.
An ExtensionTypeEnum object is passed as input to the ListExtensions method to indicate the type of extension that the method returns as output.