BIMonitoringServiceApplicationProxy.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
Public Function GenerateView ( _
scorecardLocation As RepositoryLocation, _
pageFilters As MemberCollection, _
propertyBags As DictionaryWrapper(Of String, PropertyBag) _
) As GridViewData
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
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)
public 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; otherwise, a null reference (Nothing in Visual Basic) to use the default page filters.
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.
Implements
Remarks
For more information about the GridViewData object that is returned by GenerateView, see Architecture of the Scorecard Run-Time Object in PerformancePoint Services.
See Also
Reference
BIMonitoringServiceApplicationProxy Class