KpiDetailsDescriptionSection.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 KpiDetailsDescriptionSection
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
KpiDetailsDescriptionSection class
KpiDetailsDescriptionSection members
Microsoft.PerformancePoint.Scorecards.ServerRendering namespace