GridCell.ResolvedFormatInfo Property (Microsoft.PerformancePoint.Scorecards)
The resolved format for the cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlIgnoreAttribute> _
Public Property ResolvedFormatInfo As GridFormatInfo
'Usage
Dim instance As GridCell
Dim value As GridFormatInfo
value = instance.ResolvedFormatInfo
instance.ResolvedFormatInfo = value
[XmlIgnoreAttribute]
public GridFormatInfo ResolvedFormatInfo { get; set; }
Remarks
This value is computed at run time by GridViewData, and it represents the format information to use when rendering.
See Also
Reference
GridCell Class
GridCell Members
Microsoft.PerformancePoint.Scorecards Namespace