此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
A FontWeights value that represents the calculated value of the FontWeight property.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Protected m_fontWeight As Nullable(Of FontWeights)
用法
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>