StyleInstance.m_fontStyle Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

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

Syntax

'Declaration
Protected m_fontStyle As Nullable(Of FontStyles)
'Usage
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>

See Also

Reference

StyleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace