Partilhar via


Propriedade do RDL 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).

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property LinkToChild As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

Rectangle Classe

Namespace Microsoft.ReportingServices.RdlObjectModel