del método KpiDetailsCommentsSection.PopulateBodyContents
Agrega el contenido del cuerpo de esta sección del informe.
Espacio de nombres: Microsoft.PerformancePoint.Scorecards.ServerRendering
Ensamblado: Microsoft.PerformancePoint.Scorecards.ServerRendering (en Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Sintaxis
'Declaración
Public Overrides Function PopulateBodyContents ( _
body As Panel _
) As Boolean
'Uso
Dim instance As KpiDetailsCommentsSection
Dim body As Panel
Dim returnValue As Boolean
returnValue = instance.PopulateBodyContents(body)
public override bool PopulateBodyContents(
Panel body
)
Parámetros
body
Tipo: System.Web.UI.WebControls.PanelPanel del contenedor de la carrocería.
Valor devuelto
Tipo: System.Boolean
true si el cuerpo debe agregarse a la sección; en caso contrario, false.
Vea también
Referencia
clase KpiDetailsCommentsSection
Miembros KpiDetailsCommentsSection
Espacio de nombres Microsoft.PerformancePoint.Scorecards.ServerRendering