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. |