Partager via


Champ m_assignedValues

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected m_assignedValues As Dictionary(Of StyleAttributeNames, Boolean)
'Utilisation
Dim value As Dictionary(Of StyleAttributeNames, Boolean)

value = Me.m_assignedValues

Me.m_assignedValues = value
protected Dictionary<StyleAttributeNames, bool> m_assignedValues
protected:
Dictionary<StyleAttributeNames, bool>^ m_assignedValues
val mutable m_assignedValues: Dictionary<StyleAttributeNames, bool>
protected var m_assignedValues : Dictionary<StyleAttributeNames, boolean>