Compartir a través de


Campo StyleInstance.m_fontWeight

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

A FontWeights value that represents the calculated value of the FontWeight property.

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

Sintaxis

'Declaración
Protected m_fontWeight As Nullable(Of FontWeights)
'Uso
Dim value As Nullable(Of FontWeights)

value = Me.m_fontWeight 

Me.m_fontWeight = value
protected Nullable<FontWeights> m_fontWeight
protected:
Nullable<FontWeights> m_fontWeight
val mutable m_fontWeight: Nullable<FontWeights>
protected var m_fontWeight : Nullable<FontWeights>

Vea también

Referencia

StyleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering