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

See Also

Reference

WebPartContext Class

WebPartContext Members

WebPartContext Overload

Microsoft.PerformancePoint.Scorecards Namespace