Filter.RendererClassName property

Gets or sets the fully qualified name of the class that renders the filter's Web server control.

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 Filter
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 class that renders the filter's Web server control.

Implements

IWebPluggableView.RendererClassName

Remarks

RendererClassName overrides the default value that is specified in the web.config file for the filter. For more information, see PerformancePoint Services Filters.

See also

Reference

Filter class

Filter members

Microsoft.PerformancePoint.Scorecards namespace