Enumeração ExtensionTypeEnum
Describes the type of extension that is registered with the report server.
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration ExtensionTypeEnum
'Uso
Dim instance As ExtensionTypeEnum
[SerializableAttribute]
public enum ExtensionTypeEnum
[SerializableAttribute]
public enum class ExtensionTypeEnum
[<SerializableAttribute>]
type ExtensionTypeEnum
public enum ExtensionTypeEnum
Membros
Nome do membro | Descrição | |
---|---|---|
Delivery | Describes a delivery extension type. | |
Render | Describes a rendering extension type. | |
Data | Describes a data processing extension type. | |
All | Describes all extension types. |
Comentários
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.