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.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.