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

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

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace