Share via


KpiDetailsCommentsSection.SetData Method

Passes data that is required to render the report section and determines whether to show comments.

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 KpiDetailsCommentsSection
Dim dataDictionary As Dictionary(Of String, Object)

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

Parameters

Remarks

This method should be called prior to calling the GetContents() method.

See Also

Reference

KpiDetailsCommentsSection Class

KpiDetailsCommentsSection Members

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace