Campo StyleInstance.m_fontWeight
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
A FontWeights value that represents the calculated value of the FontWeight property.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Protected m_fontWeight As Nullable(Of FontWeights)
'Utilizzo
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>
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering