DashboardItem.AllowExportToExcel - Propriété

Obtient ou définit une valeur Boolean qui indique si l'objet prend en charge l'exportation vers Microsoft Excel.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AllowExportToExcel As Boolean
    Get
'Utilisation
Dim instance As DashboardItem
Dim value As Boolean

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

Valeur de propriété

Type : System.Boolean
true si l'objet prend en charge l'exportation vers Microsoft Excel; dans le cas contraire, false.

Remarques

Les filtres ne gèrent pas l'exportation vers Microsoft Excel.

Voir aussi

Référence

DashboardItem classe

DashboardItem - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms