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.

참고 항목

참조

ReportService2006 네임스페이스