次の方法で共有


Group.IsRecursive プロパティ

このグループが再帰的かどうかを示す値を取得します。

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

構文

'宣言
Public ReadOnly Property IsRecursive As Boolean 
    Get
'使用
Dim instance As Group 
Dim value As Boolean 

value = instance.IsRecursive
public bool IsRecursive { get; }
public:
property bool IsRecursive {
    bool get ();
}
member IsRecursive : bool
function get IsRecursive () : boolean

プロパティ値

型: System.Boolean
Boolean 値。

関連項目

参照

Group クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間