ManagementPackReportPlatform Enumeration

System Center

Updated: April 25, 2012

[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
Dim instance As ManagementPackReportPlatform

[SerializableAttribute] 
public enum class ManagementPackReportPlatform
/** @attribute SerializableAttribute() */ 
public enum ManagementPackReportPlatform
SerializableAttribute 
public enum ManagementPackReportPlatform

Member nameDescription
WebFormSpecifies that the report control is implemented using a Web Form.
WinFormSpecifies that the report control is implemented using a Windows Form.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: