LinkToChild 속성
Gets the index of the report item that should be linked to, using the document map, instead of the current item.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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