Compartir a través de


Rectangle.LinkToChild Propiedad

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.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property LinkToChild As Integer 
    Get
'Uso
Dim instance As Rectangle 
Dim value As Integer 

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

Valor de la propiedad

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

Vea también

Referencia

Rectangle Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering