[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]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

Visual Basic
Dim instance As ManagementPackReportPlatform

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration ManagementPackReportPlatform
C#
[SerializableAttribute] 
public enum ManagementPackReportPlatform
C++
[SerializableAttribute] 
public enum class ManagementPackReportPlatform
J#
/** @attribute SerializableAttribute() */ 
public enum ManagementPackReportPlatform
JScript
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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also