共用方式為


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 命名空間