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.
Gets or sets the fully qualified name of the Web server control used to render this report.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property RendererClassName As String
Get
Set
'Usage
Dim instance As ReportView
Dim value As String
value = instance.RendererClassName
instance.RendererClassName = value
public virtual string RendererClassName { get; set; }
Property Value
Type: System.String
The fully qualified name of the Web server control used to render this report.
Implements
IWebPluggableView.RendererClassName