Filter.Visualization property

Gets or sets the type of visualization for the filter.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property Visualization As String
    Get
    Set
'Usage
Dim instance As Filter
Dim value As String

value = instance.Visualization

instance.Visualization = value
public string Visualization { get; set; }

Property value

Type: System.String
The type of visualization for the filter.

Remarks

Custom filters must use the RendererClassName property to specify the Web server control for the filter instead of using Visualization.

See also

Reference

Filter class

Filter members

Microsoft.PerformancePoint.Scorecards namespace