Поделиться через


Свойство ReportItem.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 (в 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 value that represents the index of the report item that should be linked to, using the document map, instead of the current item.

См. также

Справочник

ReportItem Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering