Share via


RepositoryLocation constructor (Guid)

Initializes a new instance of the RepositoryLocation class for a temporary report with the specified GUID.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    tempFcoGuid As Guid _
)
'Usage
Dim tempFcoGuid As Guid

Dim instance As New RepositoryLocation(tempFcoGuid)
public RepositoryLocation(
    Guid tempFcoGuid
)

Parameters

  • tempFcoGuid
    Type: System.Guid

    The GUID of the temporary report.

See also

Reference

RepositoryLocation class

RepositoryLocation members

RepositoryLocation overload

Microsoft.PerformancePoint.Scorecards namespace