Share via


CollapsibleReportSection.SetData method

Passes data that is used to render the section.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)

Syntax

'Declaration
Public MustOverride Sub SetData ( _
    data As Dictionary(Of String, Object) _
)
'Usage
Dim instance As CollapsibleReportSection
Dim data As Dictionary(Of String, Object)

instance.SetData(data)
public abstract void SetData(
    Dictionary<string, Object> data
)

Parameters

Remarks

This method should be called before calling the GetContents() method.

See also

Reference

CollapsibleReportSection class

CollapsibleReportSection members

Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports namespace