共用方式為


DataRegion.GetRepeatSiblings 方法

Gets the indexes to the report items contained in the parent report item collection that should be repeated on the new page, if this data region spans multiple pages.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Function GetRepeatSiblings As Integer()
'用途
Dim instance As DataRegion 
Dim returnValue As Integer()

returnValue = instance.GetRepeatSiblings()
public int[] GetRepeatSiblings()
public:
array<int>^ GetRepeatSiblings()
member GetRepeatSiblings : unit -> int[] 
public function GetRepeatSiblings() : int[]

傳回值

型別:array<System.Int32[]
An integer array.

請參閱

參考

DataRegion 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間