ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItem Class / LinkToChild Property

In This Topic
    LinkToChild Property
    In This Topic

    Gets or sets the name of the report item contained directly within the report item that is the target location for the Document Map label (if any).

    Syntax
    'Declaration
     
    Public Property LinkToChild As String
    public string LinkToChild {get; set;}

    Property Value

    A String indicating the name of the report item contained directly within the report item that is the target location for the Document Map label.

    Remarks

    Used only for Rectangle report items.

    This property is ignored if a Label is not present.

    See Also