CustomFCODefinition.RendererClass Property
The fully qualified name of the renderer class for custom ReportView or Filter objects.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property RendererClass As String
Get
Set
'Usage
Dim instance As CustomFCODefinition
Dim value As String
value = instance.RendererClass
instance.RendererClass = value
public string RendererClass { get; set; }
Property Value
Type: System.String
The fully qualified name of the class that defines the renderer.