Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Function GetRepeatSiblings As Integer()
'Uso
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[]
Valor devuelto
Tipo: array<System.Int32[]
An integer array.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering