ReportItem.LinkToChild Property

Definition

Gets an index into the ReportItem collection, 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 virtual int LinkToChild { get; }
member this.LinkToChild : int
Public Overridable ReadOnly Property LinkToChild As Integer

Property Value

An integer indicating the position in the ReportItem collection that reference the item to link to.

Applies to