WebPartContext Constructor (IList<BIData>, Dictionary<String, String>)
Initializes a new instance of the WebPartContext class with the specified properties.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub New ( _
legacyFilterSelections As IList(Of BIData), _
clientViewState As Dictionary(Of String, String) _
)
'Usage
Dim legacyFilterSelections As IList(Of BIData)
Dim clientViewState As Dictionary(Of String, String)
Dim instance As New WebPartContext(legacyFilterSelections, _
clientViewState)
public WebPartContext(
IList<BIData> legacyFilterSelections,
Dictionary<string, string> clientViewState
)
Parameters
legacyFilterSelections
Type: System.Collections.Generic.IList<BIData>A collection of values that represent the filter selections received from external providers.
clientViewState
Type: System.Collections.Generic.Dictionary<String, String>The wrapper that contains the current state of the Web Part visualization.