Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the index of the report item that should be linked to, using the document map, instead of the current item.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property LinkToChild As Integer
Get
'Utilisation
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
Valeur de propriété
Type : 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.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering