FontWeights 枚举
Specifies the thickness of font for text within a report item.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration FontWeights
用法
Dim instance As FontWeights
public enum FontWeights
public enum class FontWeights
type FontWeights
public enum FontWeights
成员
成员名称 | 说明 | |
---|---|---|
Default | Specifies the default font thickness, which is the same as “Normal”. | |
Normal | Specifies a font thickness which matches CSS font weight 400. | |
Thin | Specifies a font thickness which matches CSS font weight 100. | |
ExtraLight | Specifies a font thickness which matches CSS font weight 200. | |
Light | Specifies a font thickness which matches CSS font weight 300. | |
Medium | Specifies a font thickness which matches CSS font weight 500. | |
SemiBold | Specifies a font thickness which matches CSS font weight 600. | |
Bold | Specifies a font thickness which matches Cascading Style Sheets (CSS) font weight 700. | |
ExtraBold | Specifies a font thickness which matches CSS font weight 800. | |
Heavy | Specifies a font thickness which matches CSS font weight 900. |