[]
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).
public string LinkToChild { get; set; }
Type | Description |
---|---|
string | A string value indicating the name of the contained report item. |
var containerItem = new Container();
containerItem.LinkToChild = "ChildItemName";