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
label
Type: System.StringThe row label.
value
Type: System.StringThe row value.
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