m_assignedValues フィールド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Protected m_assignedValues As Dictionary(Of StyleAttributeNames, Boolean)
'使用
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>