Share via


PmService.GenerateView Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/GenerateView", RequestNamespace:="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace:="https://www.microsoft.com/performancepoint/scorecards", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GenerateView ( _
    scorecardId As Guid, _
    configuredViewId As Guid, _
    pageFilterOverrides As MemberCollection, _
    propertyBags As DictionaryWrapper(Of String, PropertyBag) _
) As GridViewData
'Usage
Dim instance As PmService
Dim scorecardId As Guid
Dim configuredViewId As Guid
Dim pageFilterOverrides As MemberCollection
Dim propertyBags As DictionaryWrapper(Of String, PropertyBag)
Dim returnValue As GridViewData

returnValue = instance.GenerateView(scorecardId, configuredViewId, pageFilterOverrides, propertyBags)
[SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/GenerateView", RequestNamespace="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace="https://www.microsoft.com/performancepoint/scorecards", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public GridViewData GenerateView (
    Guid scorecardId,
    Guid configuredViewId,
    MemberCollection pageFilterOverrides,
    DictionaryWrapper<string,PropertyBag> propertyBags
)

Parameters

  • scorecardId
  • configuredViewId
  • pageFilterOverrides
  • propertyBags

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace