TreeViewControl.SetData method

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

  • resourcePath
    Type: System.String

    The 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.String

    The identifier of the div element to receive the HTML.

  • accessibilityMode
    Type: System.Boolean

    Indicates whether the control is rendered for accessibility.

See also

Reference

TreeViewControl class

TreeViewControl members

Microsoft.PerformancePoint.Scorecards.ServerRendering namespace