ExtensionTypeEnum 枚举
Describes the type of extension that is registered with the report server.
命名空间: ReportService2006
程序集: ReportService2006(在 ReportService2006.dll 中)
语法
声明
Public Enumeration ExtensionTypeEnum
用法
Dim instance As ExtensionTypeEnum
public enum ExtensionTypeEnum
public enum class ExtensionTypeEnum
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.