# C1.Report.CheckBoxField.Text

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_CheckBoxField_Text_" data-uid="C1.Report.CheckBoxField.Text*">Text Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_CheckBoxField_Text_" data-uid="C1.Report.CheckBoxField.Text*"></a>
<h4 id="C1_Report_CheckBoxField_Text" data-uid="C1.Report.CheckBoxField.Text">Text</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 field.
Gets or sets the field's text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Data&quot;)]
[C1Description(&quot;CheckBoxField.Text&quot;, &quot;Text or expression yielding the text shown in the field.&quot;)]
public ScriptStringValue Text { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Data&quot;)&gt;
&lt;C1Description(&quot;CheckBoxField.Text&quot;, &quot;Text or expression yielding the text shown in the field.&quot;)&gt;
Public Property Text As ScriptStringValue</code></pre>
</div>
</div>
