Enumerazione TextDecorations

Specifies any special text formatting for the text within a report item.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Enumeration TextDecorations
'Utilizzo
Dim instance As TextDecorations
public enum TextDecorations
public enum class TextDecorations
type TextDecorations
public enum TextDecorations

Membri

Nome membro Descrizione
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel