BIDataContainer Constructor (WebPartContext)
Initializes a new instance of the BIDataContainer class with the specified context.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub New ( _
webPartContext As WebPartContext _
)
'Usage
Dim webPartContext As WebPartContext
Dim instance As New BIDataContainer(webPartContext)
public BIDataContainer(
WebPartContext webPartContext
)
Parameters
webPartContext
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextThe specified context.