共用方式為


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, true if this report item has a specified RepeatWith property; otherwise, false.

請參閱

參考

ReportItem 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間