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. |