KpiDetailsDescriptionSection.SetData method
Passes data that is required to render the report section and determines whether to show a description.
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 KpiDetailsDescriptionSection
Dim dataDictionary As Dictionary(Of String, Object)
instance.SetData(dataDictionary)
public override void SetData(
Dictionary<string, Object> dataDictionary
)
Parameters
dataDictionary
Type: System.Collections.Generic.Dictionary<String, Object>The dictionary that contains the information used to render the section contents.
Remarks
This method should be called prior to calling the GetContents() method.
See also
Reference
KpiDetailsDescriptionSection class
KpiDetailsDescriptionSection members
Microsoft.PerformancePoint.Scorecards.ServerRendering namespace