# C1.Report.VisualReportObject.OutlineParent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_VisualReportObject_OutlineParent_" data-uid="C1.Report.VisualReportObject.OutlineParent*">OutlineParent Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_VisualReportObject_OutlineParent_" data-uid="C1.Report.VisualReportObject.OutlineParent*"></a>
<h4 id="C1_Report_VisualReportObject_OutlineParent" data-uid="C1.Report.VisualReportObject.OutlineParent">OutlineParent</h4>
<div class="markdown level1 summary"><p>Gets or sets the name of the object that will be the parent of the current object in the outline tree.
If unspecified, the report hierarchy will be used to determine the parent.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Navigation&quot;)]
[C1Description(&quot;VisualReportObject.OutlineParent&quot;, &quot;The name of the object to use as the parent of the current object in the outline tree. Clear to use the report hierarchy to determine the parent.&quot;)]
public string OutlineParent { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Navigation&quot;)&gt;
&lt;C1Description(&quot;VisualReportObject.OutlineParent&quot;, &quot;The name of the object to use as the parent of the current object in the outline tree. Clear to use the report hierarchy to determine the parent.&quot;)&gt;
Public Property OutlineParent As String</code></pre>
</div>
</div>
