BIDataContainer constructor (WebPartContext, Boolean)
Initializes a new instance of the BIDataContainer class with the specified context and the filter selections received from providers.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub New ( _
webPartContext As WebPartContext, _
isOnlyApplyWebPartContext As Boolean _
)
'Usage
Dim webPartContext As WebPartContext
Dim isOnlyApplyWebPartContext As Boolean
Dim instance As New BIDataContainer(webPartContext, _
isOnlyApplyWebPartContext)
public BIDataContainer(
WebPartContext webPartContext,
bool isOnlyApplyWebPartContext
)
Parameters
webPartContext
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextThe specified context.
isOnlyApplyWebPartContext
Type: System.Booleantrue to only use the specified context; false to also use the filter selections received from providers.