Metodo 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.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Function GetRepeatSiblings As Integer()
'Utilizzo
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[]
Valore restituito
Tipo: array<System.Int32[]
An integer array.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering