KpiDetailsSection.GetNewRow Method (String, String)

Creates a row with a unified row format.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)

Syntax

'Declaration
Protected Function GetNewRow ( _
    label As String, _
    value As String _
) As HtmlGenericControl
'Usage
Dim label As String
Dim value As String
Dim returnValue As HtmlGenericControl

returnValue = Me.GetNewRow(label, _
    value)
protected HtmlGenericControl GetNewRow(
    string label,
    string value
)

Parameters

Return Value

Type: System.Web.UI.HtmlControls.HtmlGenericControl
The HTML element that represents the row.

Remarks

This helper method is used when adding rows to the section body.

See Also

Reference

KpiDetailsSection Class

KpiDetailsSection Members

GetNewRow Overload

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace