GridCell.ResolvedFormatInfo Property
Gets or sets the resolved format for the cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ResolvedFormatInfo As GridFormatInfo
Get
Set
'Usage
Dim instance As GridCell
Dim value As GridFormatInfo
value = instance.ResolvedFormatInfo
instance.ResolvedFormatInfo = value
public GridFormatInfo ResolvedFormatInfo { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.GridFormatInfo
The resolved format for the cell.
Remarks
This property is computed at run time by GridViewData, and it represents the format information to use for rendering. For more information, see Scorecard Formatting in PerformancePoint Services.
ResolvedHeaderFormatInfo is populated on the client the first time that the GridCell object is retrieved from the GridCellSet collection. This property cannot be serialized, and it cannot be changed by using a scorecard transform.