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.GuidThe GUID of the temporary report.