Перечисление 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. |