Перечисление ExtensionTypeEnum
Describes the type of extension that is registered with the report server.
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Enumeration ExtensionTypeEnum
'Применение
Dim instance As ExtensionTypeEnum
[SerializableAttribute]
public enum ExtensionTypeEnum
[SerializableAttribute]
public enum class ExtensionTypeEnum
[<SerializableAttribute>]
type ExtensionTypeEnum
public enum ExtensionTypeEnum
Элементы
Имя элемента | Описание | |
---|---|---|
Delivery | Describes a delivery extension type. | |
Render | Describes a rendering extension type. | |
Data | Describes a data processing extension type. | |
All | Describes all extension types. |
Замечания
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.