Initializes a new instance of ReportsDialog. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim connectionManager As ConnectionManagerBase

Dim instance As New ReportsDialog(connectionManager)

Syntax

Visual Basic
Public Sub New ( _
		connectionManager As ConnectionManagerBase _
)
C#
public ReportsDialog (
		ConnectionManagerBase connectionManager
)
C++
public:
ReportsDialog (
		ConnectionManagerBase^ connectionManager
)
J#
public ReportsDialog (
		ConnectionManagerBase connectionManager
)
JScript
public function ReportsDialog (
		connectionManager : ConnectionManagerBase
)

Parameters

connectionManager

[in] ConnectionManagerBase object.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also