Partilhar via


Propriedade do RDL LinkToChild

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.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property LinkToChild As Integer
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Int32
An integer indicating the position in the ReportItem collection that reference the item to link to.