GridTargetSettings.FilterEmptyRows Property
Gets or sets a Boolean value that indicates whether to remove empty rows.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property FilterEmptyRows As Boolean
Get
Set
'Usage
Dim instance As GridTargetSettings
Dim value As Boolean
value = instance.FilterEmptyRows
instance.FilterEmptyRows = value
public bool FilterEmptyRows { get; set; }
Property Value
Type: System.Boolean
true to remove empty rows; otherwise false.