共用方式為


ExtensionTypeEnum 列舉

Describes the type of extension that is registered with the report server.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.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 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.

請參閱

參考

ReportService2005 命名空間