Share via


PmService.ForecastCell Method (Microsoft.PerformancePoint.Scorecards.Server)

The main method for the forecast module.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
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)
[WebMethodAttribute] 
public GridViewData ForecastCell (
    TrendAnalysisConfig trendAnalysisConfigObj,
    Scorecard scorecard,
    int rowSelectionId
)

Parameters

  • trendAnalysisConfigObj
    The forecast configuration object.
  • scorecard
    The scorecard used.
  • rowSelectionId
    The row selection ID.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace