Proprietà Rectangle.LinkToChild

Gets or sets 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.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property LinkToChild As String 
    Get 
    Set
'Utilizzo
Dim instance As Rectangle 
Dim value As String 

value = instance.LinkToChild

instance.LinkToChild = value
public string LinkToChild { get; set; }
public:
property String^ LinkToChild {
    String^ get ();
    void set (String^ value);
}
member LinkToChild : string with get, set
function get LinkToChild () : String 
function set LinkToChild (value : String)

Valore proprietà

Tipo: System.String
The name of a report item contained directly within this rectangle.

Vedere anche

Riferimento

Rectangle Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel