Condividi tramite


Proprietà Rectangle.LinkToChild

Gets the name of a report item contained directly within this rectangle that is the target location for the Document Map label (if any).

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property LinkToChild As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int32
An int value.

Vedere anche

Riferimento

Rectangle Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering