Proprietà ReportItem.LinkToChild
Gets the index of the report item that should be linked to, using the document map, instead of the current item.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property LinkToChild As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: 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.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering