GridCellElmentStatus enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the status of a scorecard cell.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration GridCellElmentStatus
'Usage
Dim instance As GridCellElmentStatus
[SerializableAttribute]
public enum GridCellElmentStatus

Members

Member name Description
OK Represents that the content of the cell is not in an error state.
InError Represents that the content of the cell is in an error state.
IsNull Represents that the content of the cell is null.

Remarks

GridCellElmentStatus is returned by the Status property.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace