KpiDetailsPropertiesSection.SetData - Méthode

Transmet les données requises pour rendre la section d'état et détermine s'il faut afficher les propriétés.

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

Syntaxe

'Déclaration
Public Overrides Sub SetData ( _
    dataDictionary As Dictionary(Of String, Object) _
)
'Utilisation
Dim instance As KpiDetailsPropertiesSection
Dim dataDictionary As Dictionary(Of String, Object)

instance.SetData(dataDictionary)
public override void SetData(
    Dictionary<string, Object> dataDictionary
)

Paramètres

Remarques

Cette méthode doit être appelée avant d'appeler la méthode GetContents() .

Voir aussi

Référence

KpiDetailsPropertiesSection classe

KpiDetailsPropertiesSection - Membres

Microsoft.PerformancePoint.Scorecards.ServerRendering - Espace de noms