PmService.ForecastCell 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/ForecastCell", RequestNamespace:="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace:="https://www.microsoft.com/performancepoint/scorecards", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function ForecastCell ( _
    trendAnalysisConfigObj As TrendAnalysisConfig, _
    scorecard As Scorecard, _
    rowSelectionId As Integer _
) As GridViewData
'Usage
Dim instance As PmService
Dim trendAnalysisConfigObj As TrendAnalysisConfig
Dim scorecard As Scorecard
Dim rowSelectionId As Integer
Dim returnValue As GridViewData

returnValue = instance.ForecastCell(trendAnalysisConfigObj, scorecard, rowSelectionId)
[SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/ForecastCell", RequestNamespace="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace="https://www.microsoft.com/performancepoint/scorecards", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public GridViewData ForecastCell (
    TrendAnalysisConfig trendAnalysisConfigObj,
    Scorecard scorecard,
    int rowSelectionId
)

Parameters

  • trendAnalysisConfigObj
  • scorecard
  • rowSelectionId

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace