[]
Gets or sets the name of the object that will be the parent of the current group in the outline tree. If unspecified, the report hierarchy will be used to determine the parent.
[C1Category("Special")]
[C1Description("Group.OutlineParent", "The name of the object to use as the parent of the group in the outline tree. Clear to use the report hierarchy to determine the parent.")]
public string OutlineParent { get; set; }
<C1Category("Special")>
<C1Description("Group.OutlineParent", "The name of the object to use as the parent of the group in the outline tree. Clear to use the report hierarchy to determine the parent.")>
Public Property OutlineParent As String