ListStyle 枚举
Specifies whether a paragraph is part of a list, and identifies the numbering type.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.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. |