次の方法で共有


Paragraph.ListLevel プロパティ

段落番号のスタイルおよびインデント レベル、またはそのどちらかに評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride ReadOnly Property ListLevel As ReportIntProperty 
    Get
'使用
Dim instance As Paragraph 
Dim value As ReportIntProperty 

value = instance.ListLevel
public abstract ReportIntProperty ListLevel { get; }
public:
virtual property ReportIntProperty^ ListLevel {
    ReportIntProperty^ get () abstract;
}
abstract ListLevel : ReportIntProperty
abstract function get ListLevel () : ReportIntProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
段落番号のスタイルやインデント レベルを表す ReportIntProperty オブジェクト。

関連項目

参照

Paragraph クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間