CollapsibleReportSection.PopulateBodyContents method
Adds the body contents to the section.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Public MustOverride Function PopulateBodyContents ( _
body As Panel _
) As Boolean
'Usage
Dim instance As CollapsibleReportSection
Dim body As Panel
Dim returnValue As Boolean
returnValue = instance.PopulateBodyContents(body)
public abstract 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
CollapsibleReportSection class
CollapsibleReportSection members
Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports namespace