ReportView.WebControlLookupKey Property (Microsoft.PerformancePoint.Scorecards)

Get the key that identifies the report view control to instantiate. This should reference a fully qualified assembly name in a key value pair from the web application's configuration file.

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

Syntax

'Declaration
Public ReadOnly Property WebControlLookupKey As String
'Usage
Dim instance As ReportView
Dim value As String

value = instance.WebControlLookupKey
public string WebControlLookupKey { get; }

See Also

Reference

ReportView Class
ReportView Members
Microsoft.PerformancePoint.Scorecards Namespace