Rectangle.LinkToChild Property

Definition

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.

Applies to