共用方式為


ExtensionTypeEnum Enum

Definition

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

public enum class ExtensionTypeEnum
public enum ExtensionTypeEnum
type ExtensionTypeEnum = 
Public Enum ExtensionTypeEnum
Inheritance
ExtensionTypeEnum

Fields

Name Value Description
Delivery 0

The Delivery type.

Render 1

The render type.

Data 2

The Data type.

All 3

All type extension.

Remarks

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.

Applies to