[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItem.LinkToChild

LinkToChild Property

LinkToChild

Gets or sets the name of a report item contained within this report item that serves as the target location for the Document Map label (if any).

Declaration
public string LinkToChild { get; set; }
Property Value
Type Description
string

A string value indicating the name of the contained report item.

Remarks

Used only for Container items.

This property is ignored if a Label is not present.

Examples
var containerItem = new Container();
containerItem.LinkToChild = "ChildItemName";