ExtensionTypeEnum Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Enumeration ExtensionTypeEnum
public enum ExtensionTypeEnum
public enum class ExtensionTypeEnum
public enum ExtensionTypeEnum
public enum ExtensionTypeEnum

Members

Member name Description
All Describes all extension types.
Data Describes a data processing extension type.
Delivery Describes a delivery extension type.
Render Describes a rendering extension 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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace