TextDecorations 列舉
Specifies any special text formatting for the text within a report item.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Enumeration TextDecorations
'用途
Dim instance As TextDecorations
public enum TextDecorations
public enum class TextDecorations
type TextDecorations
public enum TextDecorations
成員
成員名稱 | 說明 | |
---|---|---|
Default | Specifies the default text formatting, which is the same as None. | |
LineThrough | Specifies that the text has a strikethrough. | |
None | Specifies that the text is no text formatting. | |
Overline | Specifies that the text has an overline. | |
Underline | Specifies that the text is underlined. |