(String, String, String) del método KpiDetailsSection.GetNewRow
Crea una fila con un formato de registro unificado.
Espacio de nombres: Microsoft.PerformancePoint.Scorecards.ServerRendering
Ensamblado: Microsoft.PerformancePoint.Scorecards.ServerRendering (en Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Sintaxis
'Declaración
Protected Function GetNewRow ( _
label As String, _
value As String, _
id As String _
) As HtmlGenericControl
'Uso
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
)
Parámetros
label
Tipo: System.StringLa etiqueta de fila.
value
Tipo: System.StringEl valor de la fila.
id
Tipo: System.StringEl identificador del elemento de la fila.
Valor devuelto
Tipo: System.Web.UI.HtmlControls.HtmlGenericControl
El elemento HTML que representa la fila.
Comentarios
Este método auxiliar se utiliza cuando se agregan filas para el cuerpo de la sección.
Vea también
Referencia
Espacio de nombres Microsoft.PerformancePoint.Scorecards.ServerRendering