ListStyle プロパティ

この段落が一覧の一部であるかどうかを示し、段落番号の種類を指定します。

名前空間:  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>