Paragraph.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>
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ListStyle>
この段落が一覧の一部であるかどうかを示し、段落番号の種類を識別する ReportEnumProperty<EnumType> オブジェクト。