Compartir a través de


Campo StyleInstance.m_assignedValues

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

A dictionary of style attribute names that have been assigned with a value.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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>

Vea también

Referencia

StyleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering