다음을 통해 공유


ListStyle 열거형

Specifies whether a paragraph is part of a list, and identifies the numbering type.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.