Campo StyleInstance.m_fontStyle
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
A FontStyles value that represents the calculated value of the FontStyle property.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Protected m_fontStyle As Nullable(Of FontStyles)
'Utilizzo
Dim value As Nullable(Of FontStyles)
value = Me.m_fontStyle
Me.m_fontStyle = value
protected Nullable<FontStyles> m_fontStyle
protected:
Nullable<FontStyles> m_fontStyle
val mutable m_fontStyle: Nullable<FontStyles>
protected var m_fontStyle : Nullable<FontStyles>
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering