Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ( _
elementLocation As RepositoryLocation, _
resourcePath As String, _
targetControlId As String, _
dataContainer As BIDataContainer, _
accessibilityMode As Boolean _
)
'Usage
Dim instance As ParameterizableControl
Dim elementLocation As RepositoryLocation
Dim resourcePath As String
Dim targetControlId As String
Dim dataContainer As BIDataContainer
Dim accessibilityMode As Boolean
instance.SetData(elementLocation, resourcePath, _
targetControlId, dataContainer, _
accessibilityMode)
public virtual void SetData(
RepositoryLocation elementLocation,
string resourcePath,
string targetControlId,
BIDataContainer dataContainer,
bool accessibilityMode
)
Parameters
elementLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the object in the repository.
resourcePath
Type: System.StringThe URL path to resources such as ECMAScript (JavaScript, JScript) files and cascading style sheet (CSS) files that are used by the control.
targetControlId
Type: System.StringThe identifier of the div element to receive the HTML.
dataContainer
Type: Microsoft.PerformancePoint.Scorecards.BIDataContainerA serialized list of BIData objects.
accessibilityMode
Type: System.BooleanIndicates whether the control is rendered for accessibility.
See Also
Reference
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace