Énumération ListStyle
Specifies whether a paragraph is part of a list, and identifies the numbering type.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Enumeration ListStyle
'Utilisation
Dim instance As ListStyle
public enum ListStyle
public enum class ListStyle
type ListStyle
public enum ListStyle
Membres
Nom de membre | Description | |
---|---|---|
None | The paragraph has no list formatting. | |
Numbered | The paragraph is part of a numbered list. | |
Bulleted | The paragraph is part of a bulleted list. |