[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Initializes a new UserReport object. Namespace: Microsoft.EnterpriseManagement.UserInfo
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim name As String
Dim reportPath As String

Dim instance As New UserReport(name, reportPath)

Syntax

Visual Basic
Public Sub New ( _
		name As String, _
		reportPath As String _
)
C#
public UserReport (
		string name,
		string reportPath
)
C++
public:
UserReport (
		String^ name, 
		String^ reportPath
)
J#
public UserReport (
		String name, 
		String reportPath
)
JScript
public function UserReport (
		name : String, 
		reportPath : String
)

Parameters

name

The display name of the user report.

reportPath

The contained report of the user report.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also