DashboardItemCache Enumeration (Microsoft.PerformancePoint.Scorecards)

Represents the manner in which a dashboard item is cached.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Enumeration DashboardItemCache
'Usage
Dim instance As DashboardItemCache
public enum DashboardItemCache

Members

  Member name Description
CacheItem The item is cached for all users.  
CacheItemByUser The item is cached for each user.  
NoCache The item is not cached.  

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace