Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the name of a report item contained directly within this rectangle that is the target location for the Document Map label (if any).
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LinkToChild As String
Get
Set
'Usage
Dim instance As Rectangle
Dim value As String
value = instance.LinkToChild
instance.LinkToChild = value
public string LinkToChild { get; set; }
public:
property String^ LinkToChild {
String^ get ();
void set (String^ value);
}
member LinkToChild : string with get, set
function get LinkToChild () : String
function set LinkToChild (value : String)
Property Value
Type: System.String
The name of a report item contained directly within this rectangle.