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

Forecasts a cell. This is 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
Public Function ForecastCell ( _
    trendAnalysisConfigObj As TrendAnalysisConfig, _
    scorecard As Scorecard, _
    rowSelectionId As Integer _
) As GridViewData
'Usage
Dim instance As PmServer
Dim trendAnalysisConfigObj As TrendAnalysisConfig
Dim scorecard As Scorecard
Dim rowSelectionId As Integer
Dim returnValue As GridViewData

returnValue = instance.ForecastCell(trendAnalysisConfigObj, scorecard, rowSelectionId)
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

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