共用方式為


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.