共用方式為


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).

命名空間:  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
The name of a report item contained directly within this rectangle.

請參閱

參考

Rectangle 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間