GridHeaderItem Constructor (String, String, String, ScorecardNodeTypes)
Initializes a new instance of the GridHeaderItem class with the specified properties, including the header type.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
displayText As String, _
dimensionName As String, _
dimensionValue As String, _
headerType As ScorecardNodeTypes _
)
'Usage
Dim displayText As String
Dim dimensionName As String
Dim dimensionValue As String
Dim headerType As ScorecardNodeTypes
Dim instance As New GridHeaderItem(displayText, _
dimensionName, dimensionValue, headerType)
public GridHeaderItem(
string displayText,
string dimensionName,
string dimensionValue,
ScorecardNodeTypes headerType
)
Parameters
displayText
Type: System.StringThe display text.
dimensionName
Type: System.StringThe dimension name.
dimensionValue
Type: System.StringThe dimension value.
headerType
Type: Microsoft.PerformancePoint.Scorecards.ScorecardNodeTypesThe header type.