Compartilhar via


Campo StyleInstance.m_fontStyle

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

A FontStyles value that represents the calculated value of the FontStyle property.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Protected m_fontStyle As Nullable(Of FontStyles)
'Uso
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>

Consulte também

Referência

StyleInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering