PmService.BeginGenerateViewDirect Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function BeginGenerateViewDirect ( _
    scorecard As Scorecard, _
    configuredView As ConfiguredView, _
    kpis As KpiCollection, _
    dataSources As DataSourceCollection, _
    indicators As IndicatorCollection, _
    pageFilterOverrides As MemberCollection, _
    propertyBags As DictionaryWrapper(Of String, PropertyBag), _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As PmService
Dim scorecard As Scorecard
Dim configuredView As ConfiguredView
Dim kpis As KpiCollection
Dim dataSources As DataSourceCollection
Dim indicators As IndicatorCollection
Dim pageFilterOverrides As MemberCollection
Dim propertyBags As DictionaryWrapper(Of String, PropertyBag)
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGenerateViewDirect(scorecard, configuredView, kpis, dataSources, indicators, pageFilterOverrides, propertyBags, callback, asyncState)
public IAsyncResult BeginGenerateViewDirect (
    Scorecard scorecard,
    ConfiguredView configuredView,
    KpiCollection kpis,
    DataSourceCollection dataSources,
    IndicatorCollection indicators,
    MemberCollection pageFilterOverrides,
    DictionaryWrapper<string,PropertyBag> propertyBags,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • scorecard
  • configuredView
  • kpis
  • dataSources
  • indicators
  • pageFilterOverrides
  • propertyBags
  • callback
  • asyncState

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace