GridHeaderItem.ResolvedHeaderFormatInfo Property

Gets or sets the resolved format for the header.

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

Syntax

'Declaration
Public Property ResolvedHeaderFormatInfo As GridFormatInfo
    Get
    Set
'Usage
Dim instance As GridHeaderItem
Dim value As GridFormatInfo

value = instance.ResolvedHeaderFormatInfo

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

Property Value

Type: Microsoft.PerformancePoint.Scorecards.GridFormatInfo
The resolved format for the header.

Remarks

ResolvedHeaderFormatInfo represents the formatting to use for rendering. It is computed at run time by GridViewData and overrides the default formatting. For more information, see Scorecard Formatting in PerformancePoint Services.

ResolvedHeaderFormatInfo is automatically created if you call the GridViewData.Cells, GridViewData.RootRowHeader, or GridViewData.RootColumnHeader properties, and you can initialize it by calling the GridViewData.ResolveFormattingInfo() method. This property cannot be serialized, and it cannot be changed by using a scorecard transform.

See Also

Reference

GridHeaderItem Class

GridHeaderItem Members

Microsoft.PerformancePoint.Scorecards Namespace