Compartir a través de


Campo StyleInstance.m_fontStyle

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

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

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

Sintaxis

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

Vea también

Referencia

StyleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering