Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function GetRepeatSiblings As Integer()
'Usage
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[]
Return Value
Type: array<System.Int32[]
An integer array.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace