Campo m_assignedValues
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Protected m_assignedValues As Dictionary(Of StyleAttributeNames, Boolean)
'Uso
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>
Consulte também