KpiDetailsPropertiesSection.SetData Method
Passes data that is required to render the report section and determines whether to show properties.
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 KpiDetailsPropertiesSection
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
KpiDetailsPropertiesSection Class
KpiDetailsPropertiesSection Members
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace