TextDecorations 列挙体

レポート アイテム内のテキストの特殊なテキスト形式を指定します。

名前空間:  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 既定のテキスト形式を指定します。これは None と同じです。
None テキスト形式なしのテキストを指定します。
Underline 下線付きのテキストを指定します。
Overline 上線付きのテキストを指定します。
LineThrough 取り消し線付きのテキストを指定します。