Share via


GridHeaderItem.Banding Property (Microsoft.PerformancePoint.Scorecards)

The optional banding settings to use.

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

Syntax

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

value = instance.Banding

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

Remarks

If left null, then a default normalized banding is used for average-weighted rollups.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace