KpiDetailsCommentsSection.PopulateBodyContents Method
Adds the body contents of this report section.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Public Overrides Function PopulateBodyContents ( _
body As Panel _
) As Boolean
'Usage
Dim instance As KpiDetailsCommentsSection
Dim body As Panel
Dim returnValue As Boolean
returnValue = instance.PopulateBodyContents(body)
public override bool PopulateBodyContents(
Panel body
)
Parameters
body
Type: System.Web.UI.WebControls.PanelThe body container panel.
Return Value
Type: System.Boolean
true if the body should be added to the section; otherwise, false.
See Also
Reference
KpiDetailsCommentsSection Class
KpiDetailsCommentsSection Members
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace