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 data model for the tree view control.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Public Overrides Sub SetData ( _
elementLocation As RepositoryLocation, _
resourcePath As String, _
targetControlId As String, _
dataContainer As BIDataContainer, _
accessibilityMode As Boolean _
)
'Usage
Dim instance As TreeViewControl
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 override 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
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace