ConfiguredView class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents configuration settings for a scorecard view, such as the end-user actions that are enabled.
Inheritance hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.Element
Microsoft.PerformancePoint.Scorecards.SecondClassElement
Microsoft.PerformancePoint.Scorecards.ConfiguredView
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ConfiguredView _
Inherits SecondClassElement
'Usage
Dim instance As ConfiguredView
[SerializableAttribute]
public class ConfiguredView : SecondClassElement
Remarks
ConfiguredView defines design-time information that is used to render a scorecard view.
See the SPDataStore.CreateScorecard(String, Scorecard) method for a code example that uses this object.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.