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.