DashboardItem.AllowResetView property

Gets or sets a Boolean value that indicates whether the ability to reset the view is supported.

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

Syntax

'Declaration
Public ReadOnly Property AllowResetView As Boolean
    Get
'Usage
Dim instance As DashboardItem
Dim value As Boolean

value = instance.AllowResetView
public bool AllowResetView { get; }

Property value

Type: System.Boolean
true if the ability to reset the view is supported; otherwise false.

Remarks

Filters do not support resetting the view.

See also

Reference

DashboardItem class

DashboardItem members

Microsoft.PerformancePoint.Scorecards namespace