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

请参阅

参考

Microsoft.ReportingServices.OnDemandReportRendering 命名空间