ExtensionTypeEnum 열거형
Describes the type of extension that is registered with the report server.
네임스페이스: ReportExecution2005
어셈블리: ReportExecution2005.dll의 ReportExecution2005
구문
‘선언
<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.
ExtensionTypeEnum is passed as input to the ListExtensions method to indicate the type of extension that the method returns as output.