Поделиться через


Метод 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