Sdílet prostřednictvím


Rectangle.LinkToChild Property

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 (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property LinkToChild As String 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

Rectangle Class

Microsoft.ReportingServices.RdlObjectModel Namespace