AjaxEnabledControl.CreateControlUsingScorecardStateData Method (Microsoft.PerformancePoint.Scorecards)

Renders the control on the callback.

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

Syntax

'Declaration
Public Overridable Sub CreateControlUsingScorecardStateData ( _
    scMode As String, _
    cachedGlobalStateStoreId As String, _
    dashboardItemId As String, _
    dashboardId As String, _
    pageFilters As String, _
    rowFilters As String, _
    colFilters As String, _
    proxyId As String, _
    rollupType As String, _
    resourcePath As String, _
    showAnnotation As String, _
    showInlineText As String _
)
'Usage
Dim instance As AjaxEnabledControl
Dim scMode As String
Dim cachedGlobalStateStoreId As String
Dim dashboardItemId As String
Dim dashboardId As String
Dim pageFilters As String
Dim rowFilters As String
Dim colFilters As String
Dim proxyId As String
Dim rollupType As String
Dim resourcePath As String
Dim showAnnotation As String
Dim showInlineText As String

instance.CreateControlUsingScorecardStateData(scMode, cachedGlobalStateStoreId, dashboardItemId, dashboardId, pageFilters, rowFilters, colFilters, proxyId, rollupType, resourcePath, showAnnotation, showInlineText)
public virtual void CreateControlUsingScorecardStateData (
    string scMode,
    string cachedGlobalStateStoreId,
    string dashboardItemId,
    string dashboardId,
    string pageFilters,
    string rowFilters,
    string colFilters,
    string proxyId,
    string rollupType,
    string resourcePath,
    string showAnnotation,
    string showInlineText
)

Parameters

  • scMode
    The initial mode (View/Filter).
  • cachedGlobalStateStoreId
    The ID where global values are stored.
  • dashboardItemId
    The ID of the dashboard item.
  • dashboardId
    The ID of the dashboard.
  • pageFilters
    The page filters that are supplied or applied to the scorecard view.
  • rowFilters
    The row filters that are supplied or applied to the scorecard view.
  • colFilters
    The column filters that are supplied or applied to the scorecard view.
  • proxyId
    The name of the proxy javascript variable, an instance of the ParameterizableControlProxy javascript class.
  • rollupType
    The current RollupType applied.
  • resourcePath
    The URL path to resources.
  • showAnnotation
    The annotation enabled for the current view at the view level.
  • showInlineText
    Enabled for the filter view.

See Also

Reference

AjaxEnabledControl Class
AjaxEnabledControl Members
Microsoft.PerformancePoint.Scorecards Namespace