ReportItem.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 the index of the report item 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
value that represents the index of the report item that should be linked to, using the document map, instead of the current item.