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.