다음을 통해 공유


Paragraph.ListStyle 속성

Gets an expression that evaluates to a value that indicates whether this paragraph is part of a list, and identifies the numbering type.

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

구문

‘선언
Public MustOverride ReadOnly Property ListStyle As ReportEnumProperty(Of ListStyle)
    Get
‘사용 방법
Dim instance As Paragraph 
Dim value As ReportEnumProperty(Of ListStyle)

value = instance.ListStyle
public abstract ReportEnumProperty<ListStyle> ListStyle { get; }
public:
virtual property ReportEnumProperty<ListStyle>^ ListStyle {
    ReportEnumProperty<ListStyle>^ get () abstract;
}
abstract ListStyle : ReportEnumProperty<ListStyle>
abstract function get ListStyle () : ReportEnumProperty<ListStyle>

속성 값

유형: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ListStyle>
A ReportEnumProperty<EnumType> object that indicates whether this paragraph is part of a list, and identifies the numbering type.

참고 항목

참조

Paragraph 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스