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