Rectangle.LinkToChild 属性

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property LinkToChild As String
    Get
    Set
用法
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)

属性值

类型:System.String
A string value.