Rectangle.LinkToChild Property
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 an index into the ReportItemCollection,if one exists, that references the ReportItem that should be linked to, using the document map, instead of the current item.
public:
virtual property int LinkToChild { int get(); };
public override int LinkToChild { get; }
member this.LinkToChild : int
Public Overrides ReadOnly Property LinkToChild As Integer
Property Value
An integer
indicating the position in the ReportItem collection that references the item to link to.