Enumerazione ExtensionTypeEnum
Describes the type of extension that is registered with the report server.
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Enumeration ExtensionTypeEnum
'Utilizzo
Dim instance As ExtensionTypeEnum
public enum ExtensionTypeEnum
public enum class ExtensionTypeEnum
type ExtensionTypeEnum
public enum ExtensionTypeEnum
Membri
Nome membro | Descrizione | |
---|---|---|
Delivery | Describes a delivery extension type. | |
Render | Describes a rendering extension type. | |
Data | Describes a data processing extension type. | |
All | Describes all extension types. |
Osservazioni
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.