ConfiguredView.AllowFilter - Propriété
Obtient ou définit une valeur booléenne qui indique si le filtrage de lignes est autorisé dans la carte de performance.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Overridable Property AllowFilter As Boolean
Get
Set
'Utilisation
Dim instance As ConfiguredView
Dim value As Boolean
value = instance.AllowFilter
instance.AllowFilter = value
public virtual bool AllowFilter { get; set; }
Valeur de propriété
Type : System.Boolean
true si le filtrage de lignes est autorisée dans le tableau de bord ; dans le cas contraire, false.