共用方式為


Rectangle.LinkToChild 屬性

Gets an index into the ReportItemCollection,if one exists, that references the ReportItem that should be linked to, using the document map, instead of the current item.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overrides ReadOnly Property LinkToChild As Integer 
    Get
'用途
Dim instance As Rectangle 
Dim value As Integer 

value = instance.LinkToChild
public override int LinkToChild { get; }
public:
virtual property int LinkToChild {
    int get () override;
}
abstract LinkToChild : int 
override LinkToChild : int
override function get LinkToChild () : int

屬性值

型別:System.Int32
An integer indicating the position in the ReportItem collection that references the item to link to.

請參閱

參考

Rectangle 類別

Microsoft.ReportingServices.ReportRendering 命名空間