ReportItem.LinkToChild Propiedad
Gets the index of the report item that should be linked to, using the document map, instead of the current item.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Property LinkToChild As Integer
Get
'Uso
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
Valor de la propiedad
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.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering