TextDecorations 列挙体
レポート アイテム内のテキストの特殊なテキスト形式を指定します。
名前空間: 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 | 既定のテキスト形式を指定します。これは None と同じです。 | |
LineThrough | 取り消し線付きのテキストを指定します。 | |
None | テキスト形式なしのテキストを指定します。 | |
Overline | 上線付きのテキストを指定します。 | |
Underline | 下線付きのテキストを指定します。 |