# C1.Report.ReportHyperlink.StatusText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_ReportHyperlink_StatusText_" data-uid="C1.Report.ReportHyperlink.StatusText*">StatusText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_ReportHyperlink_StatusText_" data-uid="C1.Report.ReportHyperlink.StatusText*"></a>
<h4 id="C1_Report_ReportHyperlink_StatusText" data-uid="C1.Report.ReportHyperlink.StatusText">StatusText</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Report.ScriptStringValue.html">ScriptStringValue</a> yielding the text shown in the status line when the mouse is over the hyperlink
(when the document is viewed in a <b>C1FlexViewer</b>).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;ReportHyperlink.StatusText&quot;, &quot;Text or expression yielding the text shown in the status line when the mouse is over the hyperlink.&quot;)]
public ScriptStringValue StatusText { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;ReportHyperlink.StatusText&quot;, &quot;Text or expression yielding the text shown in the status line when the mouse is over the hyperlink.&quot;)&gt;
Public Property StatusText As ScriptStringValue</code></pre>
</div>
</div>
