BIDataContainer.ClientViewState - Propriété

Obtient le client état d'affichage pour le contexte de composant WebPart.

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

Syntaxe

'Déclaration
Public ReadOnly Property ClientViewState As DictionaryWrapper(Of String, String)
    Get
'Utilisation
Dim instance As BIDataContainer
Dim value As DictionaryWrapper(Of String, String)

value = instance.ClientViewState
public DictionaryWrapper<string, string> ClientViewState { get; }

Valeur de propriété

Type : Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, String>
L'état d'affichage de client pour le contexte de composant WebPart.

Voir aussi

Référence

BIDataContainer classe

BIDataContainer - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms