KpiDetailsSection.GetNewRow method (String, 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, _
id As String _
) As HtmlGenericControl
'Usage
Dim label As String
Dim value As String
Dim id As String
Dim returnValue As HtmlGenericControl
returnValue = Me.GetNewRow(label, _
value, id)
protected HtmlGenericControl GetNewRow(
string label,
string value,
string id
)
Parameters
label
Type: System.StringThe row label.
value
Type: System.StringThe row value.
id
Type: System.StringThe identifier for the row element.
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
Microsoft.PerformancePoint.Scorecards.ServerRendering namespace