TextDecorations 枚举

Specifies any special text formatting for the text within a report item.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.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.
None Specifies that the text is no text formatting.
Underline Specifies that the text is underlined.
Overline Specifies that the text has an overline.
LineThrough Specifies that the text has a strikethrough.