Share via


StyleInstance.m_fontWeight Field

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

A FontWeights value that represents the calculated value of the FontWeight property.

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

Syntax

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

See Also

Reference

StyleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace