Freigeben über


StyleInstance.m_fontWeight-Feld

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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>

Siehe auch

Verweis

StyleInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace