Share via


ReportItem.LinkToChild 속성

Gets an index into the ReportItem collection, 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 Overridable ReadOnly Property LinkToChild As Integer 
    Get
‘사용 방법
Dim instance As ReportItem 
Dim value As Integer 

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

속성 값

유형: System.Int32
An integer indicating the position in the ReportItem collection that reference the item to link to.

참고 항목

참조

ReportItem 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스