DataRegion.GetRepeatSiblings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
cli::array <int> ^ GetRepeatSiblings();
public int[] GetRepeatSiblings ();
member this.GetRepeatSiblings : unit -> int[]
Public Function GetRepeatSiblings () As Integer()
Returns
Int32[]
An integer
array.