ReportItem.LinkToChild Property

Gets the index of the report item that should be linked to, using the document map, instead of the current item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property LinkToChild As Integer
    Get
'Usage
Dim instance As ReportItem
Dim value As Integer

value = instance.LinkToChild
public virtual int LinkToChild { get; }
public:
virtual property int LinkToChild {
    int get ();
}
abstract LinkToChild : int
override LinkToChild : int
function get LinkToChild () : int

Property Value

Type: System.Int32
An integer value.