ReportItem.RepeatedSibling 属性

Gets a Boolean value that indicates whether this report item has a specified RepeatWith property.

命名空间:  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
A Boolean value.