IBIMonitoringServiceApplicationProxy.GenerateView Method
Generates the data structure that represents a scorecard view.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GenerateView ( _
scorecardLocation As RepositoryLocation, _
pageFilters As MemberCollection, _
propertyBags As DictionaryWrapper(Of String, PropertyBag) _
) As GridViewData
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim scorecardLocation As RepositoryLocation
Dim pageFilters As MemberCollection
Dim propertyBags As DictionaryWrapper(Of String, PropertyBag)
Dim returnValue As GridViewData
returnValue = instance.GenerateView(scorecardLocation, _
pageFilters, propertyBags)
GridViewData GenerateView(
RepositoryLocation scorecardLocation,
MemberCollection pageFilters,
DictionaryWrapper<string, PropertyBag> propertyBags
)
Parameters
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
pageFilters
Type: Microsoft.PerformancePoint.Scorecards.MemberCollectionThe page filters to use.
propertyBags
Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, PropertyBag>The property bag dictionary used by PreQuery transforms.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.GridViewData
The data structure that represents a scorecard view. Returns a null reference (Nothing in Visual Basic) if the scorecard is null or invalid.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface