次の方法で共有


ParagraphInstance.ListLevel プロパティ

Paragraph クラスの ListLevel プロパティの計算値を取得します。

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

構文

'宣言
Public Overridable ReadOnly Property ListLevel As Integer 
    Get
'使用
Dim instance As ParagraphInstance 
Dim value As Integer 

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

プロパティ値

型: System.Int32
ListLevel プロパティの計算値を表す int 値。

関連項目

参照

ParagraphInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間