Freigeben über


Rectangle.LinkToChild Property

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.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property LinkToChild As Integer
public override int LinkToChild { get; }
public:
virtual property int LinkToChild {
    int get () override;
}
/** @property */
public int get_LinkToChild ()
public override function get LinkToChild () : int

Eigenschaftswert

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

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Rectangle Class
Rectangle Members
Microsoft.ReportingServices.ReportRendering Namespace