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
dataDictionary
Type: System.Collections.Generic.Dictionary<String, Object>The dictionary that contains the information used to render the section contents. Contains the following keys:
ConnectionDataKey Represents the key that contains context information.
PropertiesKey Represents the key to the property bag object.
ResourcePathKey Represents the key to the resource path string.
Remarks
Call this method before calling the GetContents() method.
See also
Reference
Microsoft.PerformancePoint.Scorecards.ServerRendering namespace