ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Rectangle Class / LinkToChild Property

In This Topic
    LinkToChild Property
    In This Topic
    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). Ignored if DocumentMapLabel is not present.
    Syntax
    'Declaration
     
    Public Property LinkToChild As System.String
    public System.string LinkToChild {get; set;}
    See Also