FontStyles 枚举
Specifies the font style for the text within a report item.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration FontStyles
用法
Dim instance As FontStyles
public enum FontStyles
public enum class FontStyles
type FontStyles
public enum FontStyles
成员
| 成员名称 | 说明 | |
|---|---|---|
| Default | Specifies the default font style, which is the same as Normal. | |
| Normal | Specifies that the font is not italicized. | |
| Italic | Specifies that the font is italicized. |