Paragraph.ListStyle 속성

정의

이 단락이 목록의 일부인지 여부를 나타내고 번호 매기기 유형을 식별하는 값으로 계산되는 식을 가져옵니다.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ListStyle> ^ ListStyle { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ListStyle> ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ListStyle> ListStyle { get; }
member this.ListStyle : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ListStyle>
Public MustOverride ReadOnly Property ListStyle As ReportEnumProperty(Of ListStyle)

속성 값

이 단락이 목록의 일부인지 여부를 나타내고 번호 매기기 유형을 식별하는 ReportEnumProperty<EnumType> 개체입니다.

적용 대상