# C1.Report.FieldBase.ZOrder

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FieldBase_ZOrder_" data-uid="C1.Report.FieldBase.ZOrder*">ZOrder Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FieldBase_ZOrder_" data-uid="C1.Report.FieldBase.ZOrder*"></a>
<h4 id="C1_Report_FieldBase_ZOrder" data-uid="C1.Report.FieldBase.ZOrder">ZOrder</h4>
<div class="markdown level1 summary"><p>Gets or sets the <b>ZOrder</b> of the field.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Layout&quot;)]
[C1Description(&quot;FieldBase.ZOrder&quot;, &quot;The ZOrder of the field.&quot;)]
public int ZOrder { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;FieldBase.ZOrder&quot;, &quot;The ZOrder of the field.&quot;)&gt;
Public Property ZOrder As Integer</code></pre>
</div>
<h5 id="C1_Report_FieldBase_ZOrder_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <b>ZOrder</b> of a field determines whether it is rendered in front of or behind 
other fields that overlap with it.</p>
<p>High <b>ZOrder</b> values bring the field to the front, low values send it to the back.</p>
<p>Because <b>ZOrder</b> values are relative, it is usually easier to call the <a class="xref" href="C1.Report.FieldBase.SetZOrder.html#C1_Report_FieldBase_SetZOrder_System_Boolean_">SetZOrder(bool)</a> 
method, which ensures the field is rendered in front of or behind all other overlapping fields.</p>
</div>
</div>
