Share via


ManagementPackReportPlatform Enumeration

Defines the platforms used in the implementation of a report control.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ManagementPackReportPlatform

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ManagementPackReportPlatform
[SerializableAttribute] 
public enum ManagementPackReportPlatform
[SerializableAttribute] 
public enum class ManagementPackReportPlatform
/** @attribute SerializableAttribute() */ 
public enum ManagementPackReportPlatform
SerializableAttribute 
public enum ManagementPackReportPlatform

Members

Member name Description
WebForm Specifies that the report control is implemented using a Web Form.
WinForm Specifies that the report control is implemented using a Windows Form.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Microsoft.EnterpriseManagement.Configuration Namespace