GridViewDataInputs.FillPropertyBags Method
Fills the dictionary of property bags that are used by the GenerateView methods, based on the specified dictionary.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub FillPropertyBags ( _
gridViewConfigProperties As DictionaryWrapper(Of String, PropertyBag) _
)
'Usage
Dim instance As GridViewDataInputs
Dim gridViewConfigProperties As DictionaryWrapper(Of String, PropertyBag)
instance.FillPropertyBags(gridViewConfigProperties)
public void FillPropertyBags(
DictionaryWrapper<string, PropertyBag> gridViewConfigProperties
)
Parameters
gridViewConfigProperties
Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, PropertyBag>The dictionary of property bags to use.
Remarks
The GenerateView methods are GenerateView and GenerateViewDirect.