Compartir a través de


ReportsDialog Constructor

Initializes a new instance of ReportsDialog.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim connectionManager As ConnectionManagerBase

Dim instance As New ReportsDialog(connectionManager)

Syntax

'Declaration
Public Sub New ( _
    connectionManager As ConnectionManagerBase _
)
public ReportsDialog (
    ConnectionManagerBase connectionManager
)
public:
ReportsDialog (
    ConnectionManagerBase^ connectionManager
)
public ReportsDialog (
    ConnectionManagerBase connectionManager
)
public function ReportsDialog (
    connectionManager : ConnectionManagerBase
)

Parameters

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

ReportsDialog Class
ReportsDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ConnectionManagerBase