Share via


ConfiguredView.EmptyRowsFilterMode property

Gets or sets the setting that defines how empty rows are handled in the scorecard.

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

Syntax

'Declaration
Public Overridable Property EmptyRowsFilterMode As ScorecardEmptyRowsFilterMode
    Get
    Set
'Usage
Dim instance As ConfiguredView
Dim value As ScorecardEmptyRowsFilterMode

value = instance.EmptyRowsFilterMode

instance.EmptyRowsFilterMode = value
public virtual ScorecardEmptyRowsFilterMode EmptyRowsFilterMode { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.ScorecardEmptyRowsFilterMode
The setting that defines how empty rows are handled in the scorecard.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace