共用方式為


UserReport Constructor

[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

'Usage
Dim name As String
Dim reportPath As String

Dim instance As New UserReport(name, reportPath)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    reportPath As String _
)
public UserReport (
    string name,
    string reportPath
)
public:
UserReport (
    String^ name, 
    String^ reportPath
)
public UserReport (
    String name, 
    String reportPath
)
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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

UserReport Class
UserReport Members
Microsoft.EnterpriseManagement.UserInfo Namespace