共用方式為


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.