Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies any special text formatting for the text within a report item.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration TextDecorations
'Usage
Dim instance As TextDecorations
public enum TextDecorations
public enum class TextDecorations
type TextDecorations
public enum TextDecorations
Members
| Member name | Description | |
|---|---|---|
| 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. |
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace