RepositoryLocation.IsTempFco Method

Determines whether the object is a temporary object.

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

Syntax

'Declaration
Public Function IsTempFco As Boolean
'Usage
Dim instance As RepositoryLocation
Dim returnValue As Boolean

returnValue = instance.IsTempFco()
public bool IsTempFco()

Return Value

Type: System.Boolean
true if the object is a temporary object; otherwise false.

Remarks

Temporary objects are Analytic Chart and Analytic Grid reports that are stored in a database to temporarily retain a record of the navigation operations that were performed on the report. Temporary objects are saved when the system renders views that result from navigation operations such as drilling down on a member.

See Also

Reference

RepositoryLocation Class

RepositoryLocation Members

Microsoft.PerformancePoint.Scorecards Namespace