Share via


ParameterizableControl.SetData Method (Microsoft.PerformancePoint.Scorecards.Server.Extensions)

Initializes the current instance according to a standard interface.

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

Syntax

'Declaration
Public Overridable Sub SetData ( _
    dashboardId As Guid, _
    dashboardItemId As Guid, _
    resourcePath As String, _
    targetControlId As String, _
    proxyId As String, _
    inboundParameters As String _
)
'Usage
Dim instance As ParameterizableControl
Dim dashboardId As Guid
Dim dashboardItemId As Guid
Dim resourcePath As String
Dim targetControlId As String
Dim proxyId As String
Dim inboundParameters As String

instance.SetData(dashboardId, dashboardItemId, resourcePath, targetControlId, proxyId, inboundParameters)
public virtual void SetData (
    Guid dashboardId,
    Guid dashboardItemId,
    string resourcePath,
    string targetControlId,
    string proxyId,
    string inboundParameters
)

Parameters

  • dashboardId
    The GUID that corresponds to some Dashboard.Guid.
  • dashboardItemId
    The GUID that corresponds to some DashboardItem.Guid.
  • resourcePath
    The URL path to resources.
  • targetControlId
    The ID of the div element to receive the HTML.
  • proxyId
    The name of the proxy javascript variable, an instance of the ParameterizableControlProxy javascript class.
  • inboundParameters
    The parameters passed to control being rendered, an array of ParameterMessage.

See Also

Reference

ParameterizableControl Class
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace