ReportView.RendererClassName Property

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

See Also

Reference

ReportView Class

ReportView Members

Microsoft.PerformancePoint.Scorecards Namespace