Partager via


Propriété LinkToChild

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property LinkToChild As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String
A string value.