次の方法で共有


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> オブジェクト。

適用対象