次の方法で共有


ReportItem.RepeatedSibling プロパティ

指定された RepeatWith プロパティがこのレポート アイテムにあるかどうかを示す Boolean 値を取得します。

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

構文

'宣言
Public ReadOnly Property RepeatedSibling As Boolean 
    Get
'使用
Dim instance As ReportItem 
Dim value As Boolean 

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

プロパティ値

型: System.Boolean
Boolean 値。指定された RepeatWith プロパティがこのレポート アイテムにある場合は true、それ以外の場合は false です。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間