ListStyle 列舉型別
Specifies whether a paragraph is part of a list, and identifies the numbering type.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Enumeration ListStyle
'用途
Dim instance As ListStyle
public enum ListStyle
public enum class ListStyle
type ListStyle
public enum ListStyle
成員
| 成員名稱 | 描述 | |
|---|---|---|
| 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. |