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