Share via


GridHeaderItem.HeaderFormatInfo Property (Microsoft.PerformancePoint.Scorecards)

The format for the header.

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

Syntax

'Declaration
<XmlElementAttribute> _
Public Property HeaderFormatInfo As GridFormatInfo
'Usage
Dim instance As GridHeaderItem
Dim value As GridFormatInfo

value = instance.HeaderFormatInfo

instance.HeaderFormatInfo = value
[XmlElementAttribute] 
public GridFormatInfo HeaderFormatInfo { get; set; }

Remarks

This value is set at authoring time, and represents the overriding format information for this header.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace