Share via


GridHeaderItem.ResolvedHeaderFormatInfo Property (Microsoft.PerformancePoint.Scorecards)

The resolved format for the header.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlIgnoreAttribute> _
Public Property ResolvedHeaderFormatInfo As GridFormatInfo
'Usage
Dim instance As GridHeaderItem
Dim value As GridFormatInfo

value = instance.ResolvedHeaderFormatInfo

instance.ResolvedHeaderFormatInfo = value
[XmlIgnoreAttribute] 
public GridFormatInfo ResolvedHeaderFormatInfo { get; set; }

Remarks

The dynamic formatting that overrides the default formatting. This value is computed at run time by GridViewData and represents the format information to use when rendering.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace