Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Passes data that is used to render the section.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Public MustOverride Sub SetData ( _
data As Dictionary(Of String, Object) _
)
'Usage
Dim instance As CollapsibleReportSection
Dim data As Dictionary(Of String, Object)
instance.SetData(data)
public abstract void SetData(
Dictionary<string, Object> data
)
Parameters
data
Type: System.Collections.Generic.Dictionary<String, Object>A dictionary that contains information used to render the section contents.
Remarks
This method should be called before calling the GetContents() method.
See Also
Reference
CollapsibleReportSection Class
CollapsibleReportSection Members
Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports Namespace