GridHeaderItem.Banding Property
Gets or sets the optional banding settings to use.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Banding As Banding
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Banding
value = instance.Banding
instance.Banding = value
public Banding Banding { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.Banding
The banding settings to use; otherwise a null reference (Nothing in Visual Basic) if the default normalized banding is used for average-weighted rollups.