Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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 (in microsoft.reportingservices.processingcore.dll)
Синтаксис
'Декларация
Public Overrides ReadOnly Property LinkToChild As Integer
public override int LinkToChild { get; }
public:
virtual property int LinkToChild {
int get () override;
}
/** @property */
public int get_LinkToChild ()
public override function get LinkToChild () : int
Значение свойства
An integer indicating the position in the ReportItem collection that references the item to link to.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Rectangle Class
Rectangle Members
Microsoft.ReportingServices.ReportRendering Namespace