Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets display information for the elements in the cell, which represent cell content such as target and indicator.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayElements As List(Of GridDisplayElement)
Get
'Usage
Dim instance As GridCell
Dim value As List(Of GridDisplayElement)
value = instance.DisplayElements
public List<GridDisplayElement> DisplayElements { get; }
Property Value
Type: System.Collections.Generic.List<GridDisplayElement>
Display information for the elements in the cell.
Remarks
A scorecard cell contains 0 or more elements. For example, a cell in a Target column may contain a target value, an indicator icon, and a variance value.