Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the dimension member that is associated with this header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property DimensionMember As Member
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Member
value = instance.DimensionMember
instance.DimensionMember = value
public Member DimensionMember { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.Member
The dimension member that is associated with this header.
Remarks
This property is used only if the HeaderType property returns the Member field.