Share via


KpiDetailsSection.SetData Method

Passes data that is required to render the report section.

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

Syntax

'Declaration
Public Overrides Sub SetData ( _
    dataDictionary As Dictionary(Of String, Object) _
)
'Usage
Dim instance As KpiDetailsSection
Dim dataDictionary As Dictionary(Of String, Object)

instance.SetData(dataDictionary)
public override void SetData(
    Dictionary<string, Object> dataDictionary
)

Parameters

Remarks

Call this method before calling the GetContents() method.

See Also

Reference

KpiDetailsSection Class

KpiDetailsSection Members

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace