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

All 3

All type extension.

Data 2

The Data type.

Delivery 0

The Delivery type.

Render 1

The render type.

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