# C1.Report.VisualReportObject.OutlineLabel

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_VisualReportObject_OutlineLabel_" data-uid="C1.Report.VisualReportObject.OutlineLabel*">OutlineLabel Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_VisualReportObject_OutlineLabel_" data-uid="C1.Report.VisualReportObject.OutlineLabel*"></a>
<h4 id="C1_Report_VisualReportObject_OutlineLabel" data-uid="C1.Report.VisualReportObject.OutlineLabel">OutlineLabel</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Report.ScriptStringValue.html">ScriptStringValue</a> yielding the label associated with the object in the outline tree.</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.OutlineLabel&quot;, &quot;Text or expression yielding the label associated with the object in the outline tree.&quot;)]
public ScriptStringValue OutlineLabel { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Navigation&quot;)&gt;
&lt;C1Description(&quot;VisualReportObject.OutlineLabel&quot;, &quot;Text or expression yielding the label associated with the object in the outline tree.&quot;)&gt;
Public Property OutlineLabel As ScriptStringValue</code></pre>
</div>
</div>
