ExtensionTypeEnum Enum

Definition

Enumerates 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

All 3

Describes all extension types.

Data 2

Describes a data processing extension type.

Delivery 0

Describes a delivery extension type.

Render 1

Describes a rendering extension type.

Remarks

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.

Applies to