# C1.Report.Field.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Field_Value_" data-uid="C1.Report.Field.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Field_Value_" data-uid="C1.Report.Field.Value*"></a>
<h4 id="C1_Report_Field_Value" data-uid="C1.Report.Field.Value">Value</h4>
<div class="markdown level1 summary"><p>Gets or sets the field's calculated value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public object Value { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property Value As Object</code></pre>
</div>
<h5 id="C1_Report_Field_Value_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When a field's <a class="xref" href="C1.Report.Field.Calculated.html#C1_Report_Field_Calculated">Calculated</a> property is set to true, the control evaluates 
the expression stored in the <a class="xref" href="C1.Report.Field.Text.html#C1_Report_Field_Text">Text</a> property and stores the result in the 
<a class="xref" href="C1.Report.Field.Value.html#C1_Report_Field_Value">Value</a> property, which gets rendered into the report.</p>
<p>This is the field's default property, so when you use a field name in a <b>VBScript</b>
expression, you are actually referring to the field's <a class="xref" href="C1.Report.Field.Value.html#C1_Report_Field_Value">Value</a> property.</p>
</div>
</div>
